| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 871e8d7987f6f686d8ea270e2ef6a3c2f57077c3..c6c612f89701c29ac086abd4bd23ff0c31e27114 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_; }
|
|
|
|
|