Index: Source/core/rendering/style/KeyframeList.h |
diff --git a/Source/core/rendering/style/KeyframeList.h b/Source/core/rendering/style/KeyframeList.h |
index 90a83c6db316e4f74aeef4202e332a9a70daad0f..c5a881d83526f3f6ecd37ad75ed4afd285afcb32 100644 |
--- a/Source/core/rendering/style/KeyframeList.h |
+++ b/Source/core/rendering/style/KeyframeList.h |
@@ -34,7 +34,7 @@ |
namespace blink { |
-class RenderObject; |
+class LayoutObject; |
class RenderStyle; |
class KeyframeValue { |
@@ -63,7 +63,7 @@ private: |
class KeyframeList { |
public: |
- KeyframeList(RenderObject&, const AtomicString& animationName) |
+ KeyframeList(LayoutObject&, const AtomicString& animationName) |
: m_animationName(animationName) |
{ |
insert(KeyframeValue(0, nullptr)); |