Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: cc/trees/layer_tree_host_common.h

Issue 2655233006: cc : Clean up cc clip tree (Closed)
Patch Set: blink_tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 de96d955c5a06644c7efa1ad7e676fb0b0b56fb5..c4691f283b22b27f6ecc3734b6f4bb707c2e08e6 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;
};

Powered by Google App Engine
This is Rietveld 408576698