Index: cc/CCSettings.h |
=================================================================== |
--- cc/CCSettings.h (revision 159486) |
+++ cc/CCSettings.h (working copy) |
@@ -14,12 +14,14 @@ |
static bool perTilePaintingEnabled(); |
static bool partialSwapEnabled(); |
static bool acceleratedAnimationEnabled(); |
+ static bool pageScalePinchZoomEnabled(); |
// These setters should only be used on the main thread before the layer |
// renderer is initialized. |
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. |