Index: Source/core/animation/KeyframeEffectModel.h |
diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h |
index 1f9e1eccfc2459c8a462747093216aa1d43bddf7..f1b82ef1a39e4126ca4e00ce0f58b81a9c0b810e 100644 |
--- a/Source/core/animation/KeyframeEffectModel.h |
+++ b/Source/core/animation/KeyframeEffectModel.h |
@@ -103,7 +103,7 @@ public: |
} |
// AnimationEffect implementation. |
- virtual PassOwnPtr<Vector<RefPtr<Interpolation> > > sample(int iteration, double fraction) const OVERRIDE; |
+ virtual PassOwnPtr<Vector<RefPtr<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const OVERRIDE; |
// FIXME: Implement setFrames() |
const KeyframeVector& getFrames() const { return m_keyframes; } |