| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| index d74393e2c0f747638ec2aa38e254459b3a2efc8f..0d492ef1e273b5f1693645b6231a520b93110e29 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -36,6 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| +class CullRect;
|
| class GraphicsContext;
|
| class HostWindow;
|
| class IntRect;
|
| @@ -129,7 +130,7 @@ class PLATFORM_EXPORT Scrollbar : public FrameViewBase,
|
| void SetProportion(int visible_size, int total_size);
|
| void SetPressedPos(int p) { pressed_pos_ = p; }
|
|
|
| - void Paint(GraphicsContext&, const CullRect&) const final;
|
| + void Paint(GraphicsContext&, const CullRect&) const;
|
|
|
| bool IsOverlayScrollbar() const override;
|
| bool ShouldParticipateInHitTesting();
|
|
|