| Index: cc/trees/tree_synchronizer.cc
|
| diff --git a/cc/trees/tree_synchronizer.cc b/cc/trees/tree_synchronizer.cc
|
| index 0969de18ac2e7c2371e3d7485c70183d2f42134a..6314afbae0ab754c5d26f1a837ff9eb789c6935e 100644
|
| --- a/cc/trees/tree_synchronizer.cc
|
| +++ b/cc/trees/tree_synchronizer.cc
|
| @@ -47,7 +47,7 @@
|
| tree_impl->DetachLayers();
|
| } else {
|
| SynchronizeTreesInternal(layer_root->layer_tree_host(), tree_impl,
|
| - layer_root->GetLayerTree()->property_trees());
|
| + layer_root->layer_tree_host()->property_trees());
|
| }
|
| }
|
|
|
|
|