| Index: Source/core/rendering/RenderLayerBacking.h
|
| diff --git a/Source/core/rendering/RenderLayerBacking.h b/Source/core/rendering/RenderLayerBacking.h
|
| index 240380bb423e99c113d11492c551ee611f66dfc6..267151f21df507a25dbb897db679c7040163baa9 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.h
|
| +++ b/Source/core/rendering/RenderLayerBacking.h
|
| @@ -126,7 +126,7 @@ public:
|
| void transitionPaused(double timeOffset, CSSPropertyID);
|
| void transitionFinished(CSSPropertyID);
|
|
|
| - bool startAnimation(double timeOffset, const CSSAnimationData* anim, const KeyframeList& keyframes);
|
| + bool startAnimation(double timeOffset, const StyleAnimationData* anim, const KeyframeList& keyframes);
|
| void animationPaused(double timeOffset, const String& name);
|
| void animationFinished(const String& name);
|
|
|
|
|