From 962aa72eda10fe9e05fc6b800a430ee2bedca9f0 Mon Sep 17 00:00:00 2001 From: ajuma Date: Wed, 4 Nov 2015 17:06:55 -0800 Subject: Add a flag for enabling compositor property trees This adds a command-line flag and LayerTreeSetting for enabling compositor property trees. BUG=545587 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1413153014 Cr-Commit-Position: refs/heads/master@{#357965} --- cc/trees/layer_tree_host_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to '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 814833d..7593314 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; -- cgit v1.1