| Index: Source/core/platform/ScrollbarThemeMacCommon.h
|
| diff --git a/Source/core/platform/ScrollbarThemeMacCommon.h b/Source/core/platform/ScrollbarThemeMacCommon.h
|
| index 83263ea712f602668aa7a5d865341629c519a98e..8138976c1a393f5d722526c288429099bee8682f 100644
|
| --- a/Source/core/platform/ScrollbarThemeMacCommon.h
|
| +++ b/Source/core/platform/ScrollbarThemeMacCommon.h
|
| @@ -44,8 +44,8 @@ public:
|
| virtual double initialAutoscrollTimerDelay() OVERRIDE;
|
| virtual double autoscrollTimerDelay() OVERRIDE;
|
|
|
| - virtual void paintOverhangBackground(ScrollView*, GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
|
| - virtual void paintOverhangShadows(ScrollView*, GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) 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;
|
|
|
| protected:
|
|
|