| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| index 759c8073cfbc10b5343ccd952e4f9f9323387b00..9b714e2c1280a11cb17477c51407910554dccdeb 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| @@ -44,8 +44,8 @@ protected:
|
| IntRect forwardButtonRect(const ScrollbarThemeClient&, ScrollbarPart, bool /*painting*/ = false) override { return IntRect(); }
|
| IntRect trackRect(const ScrollbarThemeClient&, bool painting = false) override;
|
|
|
| - void paintTrackBackground(GraphicsContext&, const ScrollbarThemeClient&, const IntRect&) override;
|
| - void paintThumb(GraphicsContext&, const ScrollbarThemeClient&, const IntRect&) override;
|
| + void paintTrackBackground(GraphicsContext&, const Scrollbar&, const IntRect&) override;
|
| + void paintThumb(GraphicsContext&, const Scrollbar&, const IntRect&) override;
|
|
|
| private:
|
| bool isMockTheme() const final { return true; }
|
|
|