Index: cc/blimp/layer_tree_host_remote.h |
diff --git a/cc/blimp/layer_tree_host_remote.h b/cc/blimp/layer_tree_host_remote.h |
index 51885acd76e07a1f8336cb598c9f1ac637383b5b..bb47030af6ebe7faab0cd4cf46411e22ef2f7156 100644 |
--- a/cc/blimp/layer_tree_host_remote.h |
+++ b/cc/blimp/layer_tree_host_remote.h |
@@ -24,7 +24,7 @@ namespace proto { |
class LayerTreeHost; |
} // namespace proto |
-class AnimationHost; |
+class MutatorHost; |
class EnginePictureCache; |
class ImageSerializationProcessor; |
class RemoteCompositorBridge; |
@@ -36,7 +36,7 @@ class CC_EXPORT LayerTreeHostRemote : public LayerTreeHost, |
struct CC_EXPORT InitParams { |
LayerTreeHostClient* client = nullptr; |
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner; |
- std::unique_ptr<AnimationHost> animation_host; |
+ MutatorHost* mutator_host; |
std::unique_ptr<RemoteCompositorBridge> remote_compositor_bridge; |
std::unique_ptr<EnginePictureCache> engine_picture_cache; |
LayerTreeSettings const* settings = nullptr; |