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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.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/ScrollbarThemeMac.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
index a86656ac02be758d1f472f36e2c77c6dd39ee2ed..069d18ecf881d43164dcd48ad2cb8e0209f5b024 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
@@ -66,7 +66,7 @@ class PLATFORM_EXPORT ScrollbarThemeMac : public ScrollbarTheme {
void updateEnabledState(const ScrollbarThemeClient&) override;
int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) override;
bool usesOverlayScrollbars() const override;
- void updateScrollbarOverlayStyle(const ScrollbarThemeClient&) override;
+ void updateScrollbarOverlayColorTheme(const ScrollbarThemeClient&) override;
WebScrollbarButtonsPlacement buttonsPlacement() const override;
void setNewPainterForScrollbar(ScrollbarThemeClient&, ScrollbarPainter);

Powered by Google App Engine
This is Rietveld 408576698