Index: cc/trees/tree_synchronizer.cc |
diff --git a/cc/trees/tree_synchronizer.cc b/cc/trees/tree_synchronizer.cc |
index 0969de18ac2e7c2371e3d7485c70183d2f42134a..0f8359bc45e6da6842577fd6e11eeee09910da3a 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->GetLayerTree()->property_trees()); |
} |
} |