| 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 c2e7cdcd5ddb3ee1cd8f5df022ec4fa3fa1ce059..965c4f45baa67f5e2c090eefa1c33fe0ea0a96d2 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -81,6 +81,7 @@ class CC_EXPORT LayerTreeHostCommon {
|
| bool layers_always_allowed_lcd_text,
|
| bool can_render_to_separate_surface,
|
| bool can_adjust_raster_scales,
|
| + bool verify_clip_tree_calculations,
|
| LayerImplList* render_surface_layer_list,
|
| int current_render_surface_layer_list_id,
|
| PropertyTrees* property_trees);
|
| @@ -100,6 +101,7 @@ class CC_EXPORT LayerTreeHostCommon {
|
| bool layers_always_allowed_lcd_text;
|
| bool can_render_to_separate_surface;
|
| bool can_adjust_raster_scales;
|
| + bool verify_clip_tree_calculations;
|
| LayerImplList* render_surface_layer_list;
|
| int current_render_surface_layer_list_id;
|
| PropertyTrees* property_trees;
|
|
|