| 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 6945415d4297643399fd7af28b0e199a65767370..a3b261baa5887dccd2a58fe552816454eac4d9f5 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -81,7 +81,6 @@ class CC_EXPORT LayerTreeHostCommon {
|
| bool can_adjust_raster_scales,
|
| bool verify_clip_tree_calculations,
|
| bool verify_visible_rect_calculations,
|
| - bool verify_transform_tree_calculations,
|
| LayerImplList* render_surface_layer_list,
|
| PropertyTrees* property_trees);
|
|
|
| @@ -100,7 +99,6 @@ class CC_EXPORT LayerTreeHostCommon {
|
| bool can_adjust_raster_scales;
|
| bool verify_clip_tree_calculations;
|
| bool verify_visible_rect_calculations;
|
| - bool verify_transform_tree_calculations;
|
| LayerImplList* render_surface_layer_list;
|
| PropertyTrees* property_trees;
|
| };
|
|
|