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