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

Unified Diff: cc/trees/damage_tracker_unittest.cc

Issue 1752993002: cc : Delete LayerImpl::NoteLayerPropertyChangedForSubtree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/damage_tracker_unittest.cc
diff --git a/cc/trees/damage_tracker_unittest.cc b/cc/trees/damage_tracker_unittest.cc
index 452e79fbab1a573b4c737731df12ea31d31349e8..3b9d0af084aaa057133736e3ae5e64c16bc814e8 100644
--- a/cc/trees/damage_tracker_unittest.cc
+++ b/cc/trees/damage_tracker_unittest.cc
@@ -77,9 +77,8 @@ void EmulateDrawingOneFrame(LayerImpl* root) {
}
root->ResetAllChangeTrackingForSubtree();
- root->layer_tree_impl()
- ->property_trees()
- ->transform_tree.ResetChangeTracking();
+ root->layer_tree_impl()->property_trees()->ResetAllChangeTracking(
+ PropertyTrees::ResetFlags::ALL_TREES);
root->layer_tree_impl()->property_trees()->effect_tree.ResetChangeTracking();
}
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698