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

Unified Diff: cc/switches.cc

Issue 12722002: Enable pinch & scrollbars by default for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/switches.cc
diff --git a/cc/switches.cc b/cc/switches.cc
index a0dd49b4be859033a0e4389ca7204533e7b4631e..72dbd1f64a636648537e6961ebcc2324f513bdda 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -28,6 +28,9 @@ const char kEnableImplSidePainting[] = "enable-impl-side-painting";
const char kEnablePartialSwap[] = "enable-partial-swap";
+const char kEnablePinchZoomScrollbars[] = "enable-pinch-zoom-scrollbars";
+const char kDisablePinchZoomScrollbars[] = "disable-pinch-zoom-scrollbars";
+
const char kEnablePerTilePainting[] = "enable-per-tile-painting";
// Try to finish display pipeline before vsync tick

Powered by Google App Engine
This is Rietveld 408576698