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

Unified Diff: third_party/WebKit/Source/platform/scroll/Scrollbar.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/Scrollbar.h
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
index 6cefcb2c9092f6ea3fd00ca1b72692839d83580a..a332f65b6c5dc85ef15f520cbe6082037c9be21f 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -81,7 +81,7 @@ class PLATFORM_EXPORT Scrollbar : public Widget,
void setFrameRect(const IntRect&) override;
IntRect frameRect() const override { return Widget::frameRect(); }
- ScrollbarOverlayStyle getScrollbarOverlayStyle() const override;
+ ScrollbarOverlayColorTheme getScrollbarOverlayColorTheme() const override;
void getTickmarks(Vector<IntRect>&) const override;
bool isScrollableAreaActive() const override;

Powered by Google App Engine
This is Rietveld 408576698