| Index: content/public/common/content_switches.cc
 | 
| ===================================================================
 | 
| --- content/public/common/content_switches.cc	(revision 159486)
 | 
| +++ content/public/common/content_switches.cc	(working copy)
 | 
| @@ -312,6 +312,10 @@
 | 
|  // Enables touch-screen pinch gestures.
 | 
|  const char kEnablePinch[]                   = "enable-pinch";
 | 
|  
 | 
| +// Enables an alternative pinch-zoom gesture support, via the threaded
 | 
| +// compositor.
 | 
| +const char kEnablePinchInCompositor[]       = "enable-pinch-in-compositor";
 | 
| +
 | 
|  // Enable caching of pre-parsed JS script data.  See http://crbug.com/32407.
 | 
|  const char kEnablePreparsedJsCaching[]      = "enable-preparsed-js-caching";
 | 
|  
 | 
| 
 |