| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index ea46b4765c662c16caebaa7e8244dea6330f6ddc..35e4ab35550d692fc345d1cd99f7a951a596b5e1 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -359,7 +359,9 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
|
|
| void SetPropertyTreesNeedRebuild();
|
|
|
| - void PushPropertiesTo(LayerTreeImpl* tree_impl);
|
| + void PushPropertyTreesTo(LayerTreeImpl* tree_impl);
|
| + void PushLayerTreePropertiesTo(LayerTreeImpl* tree_impl);
|
| + void PushLayerTreeHostPropertiesTo(LayerTreeHostImpl* host_impl);
|
|
|
| MutatorHost* mutator_host() const { return mutator_host_; }
|
|
|
|
|