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

Unified Diff: content/public/common/content_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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index b04b64a8912cefd6f9b7ce7ad1040a46f462ff81..4f3477d62c0907d24aeabbd7dca7f9f58a948ab0 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -308,9 +308,12 @@ const char kEnableMonitorProfile[] = "enable-monitor-profile";
// that support it.
const char kEnableUIReleaseFrontSurface[] = "enable-ui-release-front-surface";
-// Enables touch-screen pinch gestures.
+// Enables compositor-accelerated touch-screen pinch gestures.
const char kEnablePinch[] = "enable-pinch";
+// Enables Android-style touch-screen pinch gestures.
+const char kEnableCssTransformPinch[] = "enable-css-transform-pinch";
+
// Enable caching of pre-parsed JS script data. See http://crbug.com/32407.
const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";

Powered by Google App Engine
This is Rietveld 408576698