| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 3919895a6828d8c904ec6b3b02882d122154aaf6..a5a6b09ed8a5ab585fef6a9f350e828269845c21 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -361,6 +361,7 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
|
|
| void SetPropertyTreesNeedRebuild();
|
|
|
| + void PushPropertyTreesTo(LayerTreeImpl* tree_impl);
|
| void PushPropertiesTo(LayerTreeImpl* tree_impl);
|
|
|
| MutatorHost* mutator_host() const { return mutator_host_; }
|
|
|