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

Unified Diff: content/public/common/content_switches.cc

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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index bcf782096bef5304eb4289d83749a2ac99ef74ee..a824d2022a76c5cd3b7ccb36e6c631534883ca50 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -835,6 +835,9 @@ const char kUseGpuInTests[] = "use-gpu-in-tests";
// Set when Chromium should use a mobile user agent.
const char kUseMobileUserAgent[] = "use-mobile-user-agent";
+// Turns on solid color scrollbars by default.
+const char kUseSolidColorScrollbars[] = "use-solid-color-scrollbars";
+
// A string used to override the default user agent with a custom one.
const char kUserAgent[] = "user-agent";

Powered by Google App Engine
This is Rietveld 408576698