summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host.h
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 21:24:26 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 21:24:26 +0000
commit9bdcfd64a8555352b63437db70ff06eabd259a16 (patch)
tree7f6a45d10ddb164da79e4bedcbd5aa501ffe2132 /cc/layer_tree_host.h
parent017b4f7b3f6f59a62cd296caa66db693aabd7cde (diff)
downloadchromium_src-9bdcfd64a8555352b63437db70ff06eabd259a16.zip
chromium_src-9bdcfd64a8555352b63437db70ff06eabd259a16.tar.gz
chromium_src-9bdcfd64a8555352b63437db70ff06eabd259a16.tar.bz2
cc: Remove cc::settings, move them to LayerTreeSettings.
For now, we don't want to make plumbing through the WebKit API for all these settings. So they are marked with a TODO to move into chromium. When we are no longer going through the WebKit API from chromium, we can set these settings in chromium, instead of reading the command-line parameters in cc. Depends on: https://bugs.webkit.org/show_bug.cgi?id=102146 R=jamesr BUG=160771 Review URL: https://chromiumcodereview.appspot.com/11361223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_tree_host.h')
-rw-r--r--cc/layer_tree_host.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index b81c7ca..63401c6 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -63,6 +63,12 @@ struct CC_EXPORT LayerTreeSettings {
bool showReplicaScreenSpaceRects;
bool showOccludingRects;
bool renderVSyncEnabled;
+ bool perTilePaintingEnabled;
+ bool partialSwapEnabled;
+ bool acceleratedAnimationEnabled;
+ bool pageScalePinchZoomEnabled;
+ bool backgroundColorInsteadOfCheckerboard;
+ bool showOverdrawInTracing;
double refreshRate;
size_t maxPartialTextureUpdates;
gfx::Size defaultTileSize;