Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / throbber_example.cc
index 7bd18a2..8582a2b 100644 (file)
@@ -25,11 +25,11 @@ class ThrobberView : public View {
     throbber_->Start();
   }
 
-  virtual gfx::Size GetPreferredSize() const OVERRIDE {
+  gfx::Size GetPreferredSize() const override {
     return gfx::Size(width(), height());
   }
 
-  virtual void Layout() OVERRIDE {
+  void Layout() override {
     View* child = child_at(0);
     gfx::Size ps = child->GetPreferredSize();
     child->SetBounds((width() - ps.width()) / 2,