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 cdf556969c0fa2b29e21f03540f0c356e679976f..63d9f7041a15c59e7d7f8b4a8bbb457de064db51 100644 |
--- a/cc/trees/layer_tree_host_common.h |
+++ b/cc/trees/layer_tree_host_common.h |
@@ -74,8 +74,6 @@ 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, |
LayerImplList* render_surface_layer_list, |
PropertyTrees* property_trees); |
@@ -92,8 +90,6 @@ 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; |
LayerImplList* render_surface_layer_list; |
PropertyTrees* property_trees; |
}; |