Index: Source/core/animation/AnimatableValueKeyframe.cpp |
diff --git a/Source/core/animation/AnimatableValueKeyframe.cpp b/Source/core/animation/AnimatableValueKeyframe.cpp |
index 81a0d8c1b19fda0a57bf65991e05b9f5fa280df0..75b146bb4765d1e7054058911b763cf6db785f09 100644 |
--- a/Source/core/animation/AnimatableValueKeyframe.cpp |
+++ b/Source/core/animation/AnimatableValueKeyframe.cpp |
@@ -60,7 +60,7 @@ PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyfra |
return adoptPtrWillBeNoop(theClone); |
} |
-PassRefPtrWillBeRawPtr<Interpolation> AnimatableValueKeyframe::PropertySpecificKeyframe::createInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe* end) const |
+PassRefPtrWillBeRawPtr<Interpolation> AnimatableValueKeyframe::PropertySpecificKeyframe::createInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe* end, Element*) const |
{ |
AnimatableValuePropertySpecificKeyframe* to = toAnimatableValuePropertySpecificKeyframe(end); |
return LegacyStyleInterpolation::create(value(), to->value(), property); |