| 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 560ee0da61dd62f7de46ae42b000e35d51969d4d..aa474f1e5cc9f65e4c2642305caa40fee776f36b 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| @@ -71,7 +71,7 @@ public:
|
| virtual bool invalidateOnMouseEnterExit() { return false; }
|
| virtual bool invalidateOnWindowActiveChange() const { return false; }
|
|
|
| - virtual void paintScrollCorner(GraphicsContext*, const DisplayItemClientWrapper&, const IntRect& cornerRect);
|
| + virtual void paintScrollCorner(GraphicsContext*, const DisplayItemClient&, const IntRect& cornerRect);
|
| virtual void paintTickmarks(GraphicsContext*, const ScrollbarThemeClient*, const IntRect&) { }
|
|
|
| virtual bool shouldCenterOnThumb(const ScrollbarThemeClient*, const PlatformMouseEvent&);
|
|
|