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

Unified Diff: cc/base/switches.h

Issue 18341009: Refactor cc scrollbar layers to separate solid-color vs desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to account for re-naming to PaintedScrollbarLayer. Created 7 years, 4 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: cc/base/switches.h
diff --git a/cc/base/switches.h b/cc/base/switches.h
index f87eb53ee1696890c074d5c13d31cfd90f2b3717..18f8a628cf232ed2d6371f603050aab405eb41cd 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -38,6 +38,7 @@ CC_EXPORT extern const char kEnablePinchVirtualViewport[];
CC_EXPORT extern const char kEnablePartialSwap[];
CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[];
CC_EXPORT extern const char kUseMapImage[];
+CC_EXPORT extern const char kSolidColorScrollbarColor[];
// Switches for both the renderer and ui compositors.
CC_EXPORT extern const char kUIDisablePartialSwap[];

Powered by Google App Engine
This is Rietveld 408576698