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

Unified Diff: cc/animation/animation_host.h

Issue 1911283002: CC Animation: Erase ElementAnimations::ObserverType. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mergelac
Patch Set: Prefer forward declarations. Created 4 years, 8 months 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 | « no previous file | cc/animation/animation_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_host.h
diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
index c8449eab1cd89e2cceac9ae2f558ef213065ce0c..82ae75f715fa0dc516f7d754084c7f9643f78569 100644
--- a/cc/animation/animation_host.h
+++ b/cc/animation/animation_host.h
@@ -14,7 +14,6 @@
#include "base/time/time.h"
#include "cc/animation/animation.h"
#include "cc/base/cc_export.h"
-#include "cc/trees/mutator_host_client.h"
#include "ui/gfx/geometry/box_f.h"
#include "ui/gfx/geometry/vector2d_f.h"
@@ -29,6 +28,8 @@ class AnimationPlayer;
class AnimationTimeline;
class ElementAnimations;
class LayerTreeHost;
+class MutatorHostClient;
+enum class LayerTreeType;
enum class ThreadInstance { MAIN, IMPL };
« no previous file with comments | « no previous file | cc/animation/animation_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698