Index: Source/core/animation/InterpolationEffect.h |
diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h |
index 5dfcc945072d4117529f5e6c7e788d0a0c95563c..b0340f2caab9ee0d7d377037daba83d22ec5713f 100644 |
--- a/Source/core/animation/InterpolationEffect.h |
+++ b/Source/core/animation/InterpolationEffect.h |
@@ -17,7 +17,7 @@ class InterpolationEffect : public RefCounted<InterpolationEffect> { |
public: |
static PassRefPtr<InterpolationEffect> create() { return adoptRef(new InterpolationEffect()); } |
- PassOwnPtr<Vector<RefPtr<Interpolation> > > getActiveInterpolations(double fraction) const; |
+ PassOwnPtr<Vector<RefPtr<Interpolation> > > getActiveInterpolations(double fraction, double iterationDuration) const; |
void addInterpolation(PassRefPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo) |
{ |