| 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 };
|
|
|
|
|