| Index: Source/core/rendering/RenderLayerBacking.h
|
| diff --git a/Source/core/rendering/RenderLayerBacking.h b/Source/core/rendering/RenderLayerBacking.h
|
| index c4d5790e1caa4dc40b952338c5979eb4258646c1..90b2e893628c6e3569c08fe90e783ac55c68a4fe 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 Animation* anim, const KeyframeList& keyframes);
|
| + bool startAnimation(double timeOffset, const PrimitiveAnimation* anim, const KeyframeList& keyframes);
|
| void animationPaused(double timeOffset, const String& name);
|
| void animationFinished(const String& name);
|
|
|
|
|