| 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..df0e94d71d4d615cb789d90e7b0d59ab8f17d951 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -129,7 +129,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();
|
|
|