Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h

Issue 2045963003: WebScrollbarThemeClientImpl should not be DisplayItemClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698