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

Unified Diff: cc/CCSettings.h

Issue 10916279: Chromium compositor change implementing page-scale driven pinch-zoom. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebaseline to 160227. Created 8 years, 2 months 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: cc/CCSettings.h
===================================================================
--- cc/CCSettings.h (revision 160227)
+++ 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.

Powered by Google App Engine
This is Rietveld 408576698