| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 0607c5d64add17545c295c49a73d32d678e0d013..99e3137de40b19941a20e34fd578eb4709513574 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -61,6 +61,7 @@ class Layer;
|
| class LayerTreeHostImpl;
|
| class LayerTreeHostImplClient;
|
| class LayerTreeHostSingleThreadClient;
|
| +class LayerTreeMutator;
|
| class PropertyTrees;
|
| class Region;
|
| class RemoteProtoChannel;
|
| @@ -345,6 +346,8 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| return needs_meta_info_recomputation_;
|
| }
|
|
|
| + void SetLayerTreeMutator(std::unique_ptr<LayerTreeMutator> mutator);
|
| +
|
| Layer* LayerById(int id) const;
|
|
|
| void AddLayerShouldPushProperties(Layer* layer);
|
|
|