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

Unified Diff: cc/trees/tree_synchronizer.cc

Issue 2216203002: Refactor MutatorHostClient from LayerTreeHost to LayerTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes according to code review. 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..30535213c6fdbc39a4df3afee7d477431c42168a 100644
--- a/cc/trees/tree_synchronizer.cc
+++ b/cc/trees/tree_synchronizer.cc
@@ -46,7 +46,7 @@ void TreeSynchronizer::SynchronizeTrees(Layer* layer_root,
if (!layer_root) {
tree_impl->DetachLayers();
} else {
- SynchronizeTreesInternal(layer_root->layer_tree_host(), tree_impl,
+ SynchronizeTreesInternal(layer_root->GetLayerTree(), tree_impl,
layer_root->layer_tree_host()->property_trees());
}
}

Powered by Google App Engine
This is Rietveld 408576698