Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: cc/blimp/layer_tree_host_remote.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/blimp/compositor_state_deserializer_unittest.cc ('k') | cc/blimp/layer_tree_host_remote.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/blimp/compositor_state_deserializer_unittest.cc ('k') | cc/blimp/layer_tree_host_remote.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698