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

Unified Diff: third_party/WebKit/Source/platform/exported/WebScrollbarImpl.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/WebScrollbarImpl.h
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h
index 71a01ca6be45af94cc0e1c1e9fde8a8966647af0..c6e7ba7d38ab2e8cfaebc13e461c82607671f477 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h
@@ -59,7 +59,7 @@ class PLATFORM_EXPORT WebScrollbarImpl final : public WebScrollbar {
ScrollbarControlSize controlSize() const override;
ScrollbarPart pressedPart() const override;
ScrollbarPart hoveredPart() const override;
- ScrollbarOverlayStyle scrollbarOverlayStyle() const override;
+ WebScrollbarOverlayColorTheme scrollbarOverlayColorTheme() const override;
bool isCustomScrollbar() const override;
Orientation orientation() const override;
bool isLeftSideVerticalScrollbar() const override;

Powered by Google App Engine
This is Rietveld 408576698