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

Unified Diff: cc/trees/layer_tree_host_common.h

Issue 1413153014: Add a flag for enabling compositor property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/trees/layer_tree_host_common.h
diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
index 814833db8123951f0d1c2dff4f2332305b9a267f..7593314c4bda0061a03e2b474e576b9ba4e584fc 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -75,6 +75,7 @@ class CC_EXPORT LayerTreeHostCommon {
bool can_render_to_separate_surface,
bool can_adjust_raster_scales,
bool verify_property_trees,
+ bool use_property_trees,
LayerImplList* render_surface_layer_list,
int current_render_surface_layer_list_id,
PropertyTrees* property_trees);
@@ -95,6 +96,7 @@ class CC_EXPORT LayerTreeHostCommon {
bool can_render_to_separate_surface;
bool can_adjust_raster_scales;
bool verify_property_trees;
+ bool use_property_trees;
LayerImplList* render_surface_layer_list;
int current_render_surface_layer_list_id;
PropertyTrees* property_trees;

Powered by Google App Engine
This is Rietveld 408576698