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

Unified Diff: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h

Issue 2426793002: Aura overlay scrollbars adjust color for dark backgrounds (Closed)
Patch Set: fix test Created 4 years, 2 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/exported/WebScrollbarThemeClientImpl.h
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
index f5223424ecef64bcf89052eb6840319e19e3203d..e4a17e726019779a69c3e044a0f07cfbf072578a 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -59,7 +59,7 @@ class PLATFORM_EXPORT WebScrollbarThemeClientImpl
IntRect frameRect() const override;
void invalidate() override;
void invalidateRect(const IntRect&) override;
- ScrollbarOverlayStyle getScrollbarOverlayStyle() const override;
+ ScrollbarOverlayColorTheme getScrollbarOverlayColorTheme() const override;
void getTickmarks(Vector<IntRect>&) const override;
bool isScrollableAreaActive() const override;
IntPoint convertFromRootFrame(const IntPoint&) const override;

Powered by Google App Engine
This is Rietveld 408576698