Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 45bde0433d3a6b8f32131ba11930e40d6c20f841..7291467d1fa835edfb2c87c2d1fb0d0d2539eb2c 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -51,7 +51,6 @@ class ConvertableToTraceFormat; |
namespace cc { |
-class AnimationHost; |
class CopyOutputRequest; |
class LayerAnimationEventObserver; |
class LayerClient; |
@@ -60,6 +59,7 @@ class LayerTreeHost; |
class LayerTreeHostCommon; |
class LayerTreeImpl; |
class LayerTreeSettings; |
+class MutatorHost; |
class RenderingStatsInstrumentation; |
class ResourceUpdateQueue; |
class ScrollbarLayerInterface; |
@@ -494,7 +494,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> { |
} |
void ClearPreferredRasterBounds(); |
- AnimationHost* GetMutatorHost() const; |
+ MutatorHost* GetMutatorHost() const; |
ElementListType GetElementTypeForAnimation() const; |