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

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: Rebaselined to 160422. 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
« no previous file with comments | « cc/CCLayerTreeHostTest.cpp ('k') | cc/CCSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « cc/CCLayerTreeHostTest.cpp ('k') | cc/CCSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698