| 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 9a5f2bfb5bb3ac85adc390422aa148e65d135115..c017f6bfabedc189c3d1c5746e222d96ca5d0b7c 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -74,8 +74,7 @@ class CC_EXPORT LayerTreeHostCommon {
|
| int max_texture_size,
|
| bool can_render_to_separate_surface,
|
| bool can_adjust_raster_scales,
|
| - bool verify_clip_tree_calculations,
|
| - bool verify_visible_rect_calculations,
|
| + bool use_layer_lists,
|
| LayerImplList* render_surface_layer_list,
|
| PropertyTrees* property_trees);
|
|
|
| @@ -92,8 +91,7 @@ class CC_EXPORT LayerTreeHostCommon {
|
| int max_texture_size;
|
| bool can_render_to_separate_surface;
|
| bool can_adjust_raster_scales;
|
| - bool verify_clip_tree_calculations;
|
| - bool verify_visible_rect_calculations;
|
| + bool use_layer_lists;
|
| LayerImplList* render_surface_layer_list;
|
| PropertyTrees* property_trees;
|
| };
|
|
|