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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2334003003: cc : Compute visible rects dynamically (1) (Closed)
Patch Set: comment Created 4 years, 3 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_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index c4e063d4e5ff35fdb0cd6b583d8a485f66b3233e..10b6e67f9213d008632241227c9fcfb0adfd8c06 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -90,6 +90,7 @@ class CC_EXPORT LayerTreeSettings {
bool use_occlusion_for_tile_prioritization = false;
bool verify_clip_tree_calculations = false;
bool verify_transform_tree_calculations = false;
+ bool verify_visible_rect_calculations = false;
bool image_decode_tasks_enabled = false;
bool abort_commit_before_compositor_frame_sink_creation = true;
bool use_layer_lists = false;

Powered by Google App Engine
This is Rietveld 408576698