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

Unified Diff: cc/trees/layer_tree_settings.cc

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
« cc/trees/layer_tree_impl_unittest.cc ('K') | « cc/trees/layer_tree_settings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 7dc4a85a0f0466a2c8b28e4f0ff5167883cf6507..25b34fb3d50cab328339368ea4e64e8859a67d5e 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -76,6 +76,8 @@ bool LayerTreeSettings::operator==(const LayerTreeSettings& other) const {
use_occlusion_for_tile_prioritization ==
other.use_occlusion_for_tile_prioritization &&
verify_clip_tree_calculations == other.verify_clip_tree_calculations &&
+ verify_visible_rect_calculations ==
+ other.verify_visible_rect_calculations &&
verify_transform_tree_calculations ==
other.verify_transform_tree_calculations &&
image_decode_tasks_enabled == other.image_decode_tasks_enabled &&
« cc/trees/layer_tree_impl_unittest.cc ('K') | « cc/trees/layer_tree_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698