| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 0573db3a70289fb00b0feaaf6f6cd814a7391ccf..2653a146329ab7cb8cd2dcd31f9bae6f2b8c196f 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;
|
| @@ -357,6 +358,8 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| std::unique_ptr<FrameTimingTracker::MainFrameTimingSet>
|
| main_frame_events);
|
|
|
| + void SetLayerTreeMutator(LayerTreeMutator* mutator);
|
| +
|
| Layer* LayerById(int id) const;
|
|
|
| void AddLayerShouldPushProperties(Layer* layer);
|
|
|