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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollTypes.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/ScrollTypes.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
index d09fd735a7e4fcb2998a4cd187f399b52c6994dd..e598cc66a9d9a7eb0bec880b20cfddaf9ea34fbe 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
@@ -185,10 +185,9 @@ enum ScrollbarPart {
AllParts = 0xffffffff
};
-enum ScrollbarOverlayStyle {
- ScrollbarOverlayStyleDefault,
- ScrollbarOverlayStyleDark,
- ScrollbarOverlayStyleLight
+enum ScrollbarOverlayColorTheme {
+ ScrollbarOverlayColorThemeDark,
+ ScrollbarOverlayColorThemeLight
};
enum ScrollBehavior {

Powered by Google App Engine
This is Rietveld 408576698