| Index: Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| diff --git a/Source/platform/scroll/ScrollbarThemeMacCommon.h b/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| index b32dc5e3d2111f5517794c6af76a31ab1f234f34..0f61f50a447fe37f613803a45f368a34dbe87c8d 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| +++ b/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| @@ -46,8 +46,6 @@ public:
|
| virtual double initialAutoscrollTimerDelay() override;
|
| virtual double autoscrollTimerDelay() override;
|
|
|
| - virtual void paintOverhangBackground(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) override;
|
| - virtual void paintOverhangShadows(GraphicsContext*, const IntSize& scrollOffset, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) override;
|
| virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) override;
|
|
|
| static NSScrollerStyle recommendedScrollerStyle();
|
|
|