| Index: Source/core/platform/chromium/ScrollbarThemeChromiumMac.h
|
| diff --git a/Source/core/platform/chromium/ScrollbarThemeChromiumMac.h b/Source/core/platform/chromium/ScrollbarThemeChromiumMac.h
|
| index 60e5d2d2a7837abcea6b72a12915f88c1ae8d27c..cbadeecb8695bebe6cca164a14d36eaa014648c4 100644
|
| --- a/Source/core/platform/chromium/ScrollbarThemeChromiumMac.h
|
| +++ b/Source/core/platform/chromium/ScrollbarThemeChromiumMac.h
|
| @@ -40,7 +40,7 @@ public:
|
|
|
| virtual void paintOverhangAreas(ScrollView*, GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
|
| virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
|
| -
|
| +
|
| private:
|
| void paintGivenTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, const Vector<IntRect>&);
|
|
|
|
|