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

Unified Diff: cc/trees/layer_tree_host_in_process.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/trees/layer_tree.cc ('k') | cc/trees/layer_tree_host_in_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « cc/trees/layer_tree.cc ('k') | cc/trees/layer_tree_host_in_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698