| 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;
|
|
|