| Index: third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| index 343656a7f46c09de47519cecc5cc1b493770cc84..790930627ff6177af981f8f76a9bff88470db9e8 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| @@ -34,6 +34,7 @@
|
|
|
| namespace blink {
|
|
|
| +class CullRect;
|
| class GraphicsContext;
|
| class PlatformMouseEvent;
|
| class ScrollbarThemeClient;
|
| @@ -46,7 +47,7 @@ public:
|
|
|
| virtual void updateEnabledState(const ScrollbarThemeClient*) { }
|
|
|
| - virtual bool paint(const ScrollbarThemeClient*, GraphicsContext*, const IntRect& damageRect);
|
| + virtual bool paint(const ScrollbarThemeClient*, GraphicsContext*, const CullRect&);
|
|
|
| virtual ScrollbarPart hitTest(const ScrollbarThemeClient*, const IntPoint&);
|
|
|
|
|