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

Unified Diff: content/browser/android/content_startup_flags.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/browser/android/content_startup_flags.cc
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
index f2f7ec9e94d9551e804f5113caebaacdc99870fb..16beb8fcaa4ee3c9d3880cdf0709adf883595a7b 100644
--- a/content/browser/android/content_startup_flags.cc
+++ b/content/browser/android/content_startup_flags.cc
@@ -51,7 +51,7 @@ void SetContentCommandLineFlags(int max_render_process_count) {
switches::kEnableCompositingForFixedPosition);
parsed_command_line->AppendSwitch(switches::kEnableGestureTapHighlight);
- parsed_command_line->AppendSwitch(switches::kEnablePinch);
+ parsed_command_line->AppendSwitch(switches::kEnableCssTransformPinch);
// Run the GPU service as a thread in the browser instead of as a
// standalone process.

Powered by Google App Engine
This is Rietveld 408576698