| Index: ui/views/controls/scrollbar/base_scroll_bar_thumb.h
|
| diff --git a/ui/views/controls/scrollbar/base_scroll_bar_thumb.h b/ui/views/controls/scrollbar/base_scroll_bar_thumb.h
|
| index b3e16f4ab0b289ed4cc28e4c5b13a568afe6b93c..1ae213323269fc408efe672a17caaebe29f3d35c 100644
|
| --- a/ui/views/controls/scrollbar/base_scroll_bar_thumb.h
|
| +++ b/ui/views/controls/scrollbar/base_scroll_bar_thumb.h
|
| @@ -44,11 +44,11 @@ class VIEWS_EXPORT BaseScrollBarThumb : public View {
|
| int GetPosition() const;
|
|
|
| // View overrides:
|
| - virtual gfx::Size GetPreferredSize() const override = 0;
|
| + gfx::Size GetPreferredSize() const override = 0;
|
|
|
| protected:
|
| // View overrides:
|
| - virtual void OnPaint(gfx::Canvas* canvas) override = 0;
|
| + void OnPaint(gfx::Canvas* canvas) override = 0;
|
| void OnMouseEntered(const ui::MouseEvent& event) override;
|
| void OnMouseExited(const ui::MouseEvent& event) override;
|
| bool OnMousePressed(const ui::MouseEvent& event) override;
|
|
|