| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index f7bd43368c3abde927cf59c358cf6ea2273b141b..0f3080842783b56b3f5bf379180d59f737dbe8dd 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -59,6 +59,7 @@ class Layer;
|
| class LayerTreeHostImpl;
|
| class LayerTreeHostImplClient;
|
| class LayerTreeHostSingleThreadClient;
|
| +class LayerTreeMutator;
|
| class PropertyTrees;
|
| class Region;
|
| class RenderingStatsInstrumentation;
|
| @@ -242,6 +243,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| base::TimeDelta duration);
|
|
|
| void ApplyScrollAndScale(ScrollAndScaleSet* info);
|
| + void ApplyMutations(LayerTreeMutationMap* mutations);
|
| void SetImplTransform(const gfx::Transform& transform);
|
|
|
| void SetDeviceScaleFactor(float device_scale_factor);
|
| @@ -323,6 +325,8 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| scoped_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
|
| scoped_ptr<FrameTimingTracker::MainFrameTimingSet> main_frame_events);
|
|
|
| + void SetLayerTreeMutator(LayerTreeMutator* mutator);
|
| +
|
| Layer* LayerById(int id) const;
|
| void RegisterLayer(Layer* layer);
|
| void UnregisterLayer(Layer* layer);
|
|
|