Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index b81c7ca08452f99c9657ac2e24f5dda8e1415f7d..aebe6e5188552244a47625a3cceb08d1b0dabc65 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -63,6 +63,13 @@ struct CC_EXPORT LayerTreeSettings { |
bool showReplicaScreenSpaceRects; |
bool showOccludingRects; |
bool renderVSyncEnabled; |
+ bool perTilePaintingEnabled; |
+ bool partialSwapEnabled; |
+ bool acceleratedAnimationEnabled; |
+ bool pageScalePinchZoomEnabled; |
+ bool jankInsteadOfCheckerboard; |
+ bool backgroundColorInsteadOfCheckerboard; |
+ bool showOverdrawInTracing; |
double refreshRate; |
size_t maxPartialTextureUpdates; |
gfx::Size defaultTileSize; |