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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 1995133002: cc : Delete ResetFlags in property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/trees/layer_tree_impl.h ('k') | cc/trees/property_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 7024a8d498b2a00cc4c97a080bd78e9f41a40aa5..e81647bc0a74528738e84be3b560a493f262baad 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -2093,11 +2093,11 @@ void LayerTreeImpl::ScrollAnimationAbort(bool needs_completion) {
needs_completion);
}
-void LayerTreeImpl::ResetAllChangeTracking(PropertyTrees::ResetFlags flag) {
+void LayerTreeImpl::ResetAllChangeTracking() {
layers_that_should_push_properties_.clear();
for (auto* layer : *this)
layer->ResetChangeTracking();
- property_trees_.ResetAllChangeTracking(flag);
+ property_trees_.ResetAllChangeTracking();
}
} // namespace cc
« no previous file with comments | « cc/trees/layer_tree_impl.h ('k') | cc/trees/property_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698