Index: Source/core/rendering/RenderBoxModelObject.h |
diff --git a/Source/core/rendering/RenderBoxModelObject.h b/Source/core/rendering/RenderBoxModelObject.h |
index 2aa8867c873476cebe6bf9024c476a686036a2e6..efb6c3cd8867301b9d3a6c3ed7ee3486edb2a520 100644 |
--- a/Source/core/rendering/RenderBoxModelObject.h |
+++ b/Source/core/rendering/RenderBoxModelObject.h |
@@ -181,7 +181,7 @@ public: |
void transitionPaused(double timeOffset, CSSPropertyID); |
void transitionFinished(CSSPropertyID); |
- bool startAnimation(double timeOffset, const Animation*, const KeyframeList& keyframes); |
+ bool startAnimation(double timeOffset, const PrimitiveAnimation*, const KeyframeList& keyframes); |
void animationPaused(double timeOffset, const String& name); |
void animationFinished(const String& name); |