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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.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/scroll/ScrollbarThemeClient.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
index fd1480ee3ef4ec5ab9b3fdaea528aeeea92964e9..b013012cd244501a27d0fe33abe36975c173ee36 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
@@ -55,7 +55,7 @@ class PLATFORM_EXPORT ScrollbarThemeClient {
virtual void invalidate() = 0;
virtual void invalidateRect(const IntRect&) = 0;
- virtual ScrollbarOverlayStyle getScrollbarOverlayStyle() const = 0;
+ virtual ScrollbarOverlayColorTheme getScrollbarOverlayColorTheme() const = 0;
virtual void getTickmarks(Vector<IntRect>&) const = 0;
virtual bool isScrollableAreaActive() const = 0;

Powered by Google App Engine
This is Rietveld 408576698