| Index: cc/trees/tree_synchronizer.h
|
| diff --git a/cc/trees/tree_synchronizer.h b/cc/trees/tree_synchronizer.h
|
| index b088eaf02846c3c9e37fb39dcb7fdbc5aa13d382..e5a0b62a0f67e050cff10364bc763a17b0aee96f 100644
|
| --- a/cc/trees/tree_synchronizer.h
|
| +++ b/cc/trees/tree_synchronizer.h
|
| @@ -13,7 +13,7 @@
|
| namespace cc {
|
|
|
| class LayerImpl;
|
| -class LayerTree;
|
| +class LayerTreeHost;
|
| class LayerTreeImpl;
|
| class Layer;
|
|
|
| @@ -28,7 +28,7 @@ class CC_EXPORT TreeSynchronizer {
|
|
|
| static void PushLayerProperties(LayerTreeImpl* pending_tree,
|
| LayerTreeImpl* active_tree);
|
| - static void PushLayerProperties(LayerTree* host_tree,
|
| + static void PushLayerProperties(LayerTreeHost* host_tree,
|
| LayerTreeImpl* impl_tree);
|
|
|
| private:
|
|
|