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