| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| index 260a3b148e825087d6df0b140b49e8fa31499caf..0de27ac4ff20b5fa385b83f3168d82176651237b 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| @@ -57,7 +57,7 @@ public:
|
| int thumbThickness(const ScrollbarThemeClient&) override;
|
| int thumbThickness() { return m_thumbThickness; }
|
|
|
| - void paintThumb(GraphicsContext&, const ScrollbarThemeClient&, const IntRect&) override;
|
| + void paintThumb(GraphicsContext&, const Scrollbar&, const IntRect&) override;
|
| ScrollbarPart hitTest(const ScrollbarThemeClient&, const IntPoint&) override;
|
|
|
| static ScrollbarThemeOverlay& mobileTheme();
|
|
|