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 6419bf337f5e81f9aaa80a3b342824ce747af7c0..8e6a1bf45dad7dc3288f47b891cf39b3a8f534f8 100644 |
--- a/cc/trees/layer_tree_host_common.h |
+++ b/cc/trees/layer_tree_host_common.h |
@@ -80,7 +80,6 @@ class CC_EXPORT LayerTreeHostCommon { |
bool can_render_to_separate_surface, |
bool can_adjust_raster_scales, |
bool verify_clip_tree_calculations, |
- bool verify_transform_tree_calculations, |
LayerImplList* render_surface_layer_list, |
PropertyTrees* property_trees); |
@@ -98,7 +97,6 @@ class CC_EXPORT LayerTreeHostCommon { |
bool can_render_to_separate_surface; |
bool can_adjust_raster_scales; |
bool verify_clip_tree_calculations; |
- bool verify_transform_tree_calculations; |
LayerImplList* render_surface_layer_list; |
PropertyTrees* property_trees; |
}; |