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

Unified Diff: cc/switches.cc

Issue 11348353: Simplify pinch flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 7b501db3c30e04970dc06eb6eacd94d46ff4345f..ee119bc1362469425353298d80679250233c7bf0 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -21,10 +21,6 @@ const char kEnablePartialSwap[] = "enable-partial-swap";
const char kEnablePerTilePainting[] = "enable-per-tile-painting";
-// Enables an alternative pinch-zoom gesture support, via the threaded
-// compositor.
-const char kEnablePinchInCompositor[] = "enable-pinch-in-compositor";
-
// Number of worker threads used to rasterize content.
const char kNumRasterThreads[] = "num-raster-threads";

Powered by Google App Engine
This is Rietveld 408576698