| Index: Source/core/rendering/RenderBoxModelObject.h
|
| diff --git a/Source/core/rendering/RenderBoxModelObject.h b/Source/core/rendering/RenderBoxModelObject.h
|
| index fb822b608349db9551e0e28e8faeff62be54ff29..8dc56e74f206037d054379a9d1fbb482f59e30a4 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 CSSAnimationData*, const KeyframeList& keyframes);
|
| void animationPaused(double timeOffset, const String& name);
|
| void animationFinished(const String& name);
|
|
|
|
|