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

Unified Diff: cc/trees/tree_synchronizer.cc

Issue 2183403002: cc: Move data to LayerTree from LayerTreeHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@layer_tree_change
Patch Set: remove unused test file. Created 4 years, 4 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/tree_synchronizer.cc
diff --git a/cc/trees/tree_synchronizer.cc b/cc/trees/tree_synchronizer.cc
index 6314afbae0ab754c5d26f1a837ff9eb789c6935e..0969de18ac2e7c2371e3d7485c70183d2f42134a 100644
--- a/cc/trees/tree_synchronizer.cc
+++ b/cc/trees/tree_synchronizer.cc
@@ -47,7 +47,7 @@ void TreeSynchronizer::SynchronizeTrees(Layer* layer_root,
tree_impl->DetachLayers();
} else {
SynchronizeTreesInternal(layer_root->layer_tree_host(), tree_impl,
- layer_root->layer_tree_host()->property_trees());
+ layer_root->GetLayerTree()->property_trees());
}
}

Powered by Google App Engine
This is Rietveld 408576698