Index: cc/trees/layer_tree_host_in_process.h |
diff --git a/cc/trees/layer_tree_host_in_process.h b/cc/trees/layer_tree_host_in_process.h |
index fe4178fbec6a5d66c0a111265934652f1fcfebc3..595d180109e1d3b2c67fb4fd773e11c3878fa2e3 100644 |
--- a/cc/trees/layer_tree_host_in_process.h |
+++ b/cc/trees/layer_tree_host_in_process.h |
@@ -46,7 +46,6 @@ |
#include "ui/gfx/geometry/rect.h" |
namespace cc { |
-class AnimationHost; |
class AnimationEvents; |
class BeginFrameSource; |
class ClientPictureCache; |
@@ -59,6 +58,7 @@ class LayerTreeHostImpl; |
class LayerTreeHostImplClient; |
class LayerTreeHostSingleThreadClient; |
class LayerTreeMutator; |
+class MutatorHost; |
class PropertyTrees; |
class Region; |
class RemoteProtoChannel; |
@@ -85,7 +85,7 @@ class CC_EXPORT LayerTreeHostInProcess : public LayerTreeHost { |
LayerTreeSettings const* settings = nullptr; |
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner; |
ImageSerializationProcessor* image_serialization_processor = nullptr; |
- std::unique_ptr<AnimationHost> animation_host; |
+ MutatorHost* mutator_host; |
InitParams(); |
~InitParams(); |