| Index: Source/core/animation/AnimatableValueKeyframe.h
|
| diff --git a/Source/core/animation/AnimatableValueKeyframe.h b/Source/core/animation/AnimatableValueKeyframe.h
|
| index c32beb1398a85771a2722f5681efc45a93be7d3a..25b85e1b2f7bff7abd385e20fd30a66046a57ade 100644
|
| --- a/Source/core/animation/AnimatableValueKeyframe.h
|
| +++ b/Source/core/animation/AnimatableValueKeyframe.h
|
| @@ -37,7 +37,7 @@ public:
|
| AnimatableValue* value() const { return m_value.get(); }
|
|
|
| virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL;
|
| - virtual PassRefPtrWillBeRawPtr<Interpolation> createInterpolation(CSSPropertyID, WebCore::Keyframe::PropertySpecificKeyframe* end) const OVERRIDE FINAL;
|
| + virtual PassRefPtrWillBeRawPtr<Interpolation> createInterpolation(CSSPropertyID, WebCore::Keyframe::PropertySpecificKeyframe* end, Element*) const OVERRIDE FINAL;
|
|
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
|
|