Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / scrollbar / overlay_scroll_bar.cc
index 1396bd1..0fe6abb 100644 (file)
@@ -26,15 +26,15 @@ class OverlayScrollBarThumb : public BaseScrollBarThumb,
                               public gfx::AnimationDelegate {
  public:
   explicit OverlayScrollBarThumb(BaseScrollBar* scroll_bar);
-  virtual ~OverlayScrollBarThumb();
+  ~OverlayScrollBarThumb() override;
 
  protected:
   // View overrides:
-  virtual gfx::Size GetPreferredSize() const OVERRIDE;
-  virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+  gfx::Size GetPreferredSize() const override;
+  void OnPaint(gfx::Canvas* canvas) override;
 
   // gfx::AnimationDelegate overrides:
-  virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
+  void AnimationProgressed(const gfx::Animation* animation) override;
 
  private:
   double animation_opacity_;