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

Unified Diff: cc/trees/layer_tree_host.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
Index: cc/trees/layer_tree_host.cc
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index 102d39211418a484b5bb2b410fe87942e3abf28a..9967983885fde052799f19268a4b9b2130916965 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -497,6 +497,7 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
micro_benchmark_controller_.ScheduleImplBenchmarks(host_impl);
property_trees_.transform_tree.ResetChangeTracking();
+ property_trees_.full_tree_damaged = false;
jaydasika 2016/03/02 16:27:08 I am not calling the property trees reset function
ajuma 2016/03/02 16:31:31 Could you remind me why we don't need to reset the
jaydasika 2016/03/02 17:19:30 I meant, we don't have to do it everytime as we do
ajuma 2016/03/02 17:54:06 Oh, we don't change-track on the effect tree becau
jaydasika 2016/03/02 19:13:06 Done.
// We don't track changes to effect tree on main thread. But, to preserve any
// change tracking done on active tree's effect tree, we copy it to the main
// thread's effect tree before we push the main thread property trees to

Powered by Google App Engine
This is Rietveld 408576698