| Index: cc/CCSettings.h
 | 
| ===================================================================
 | 
| --- cc/CCSettings.h	(revision 160422)
 | 
| +++ cc/CCSettings.h	(working copy)
 | 
| @@ -18,6 +18,7 @@
 | 
|      static bool perTilePaintingEnabled();
 | 
|      static bool partialSwapEnabled();
 | 
|      static bool acceleratedAnimationEnabled();
 | 
| +    static bool pageScalePinchZoomEnabled();
 | 
|  
 | 
|      static bool jankInsteadOfCheckerboard();
 | 
|      static bool backgroundColorInsteadOfCheckerboard();
 | 
| @@ -27,6 +28,7 @@
 | 
|      static void setPerTilePaintingEnabled(bool);
 | 
|      static void setPartialSwapEnabled(bool);
 | 
|      static void setAcceleratedAnimationEnabled(bool);
 | 
| +    static void setPageScalePinchZoomEnabled(bool);
 | 
|  
 | 
|      // These settings are meant to be set only once, and only read thereafter.
 | 
|      // This function is only for resetting settings in tests.
 | 
| 
 |