Index: Source/core/animation/AnimationEffect.h |
diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h |
index 3dc5ec7791cf2dd4072063bf44b81a26951bd5b6..4ca932cbceb5c1a3df2a677b4685b64afefde5b8 100644 |
--- a/Source/core/animation/AnimationEffect.h |
+++ b/Source/core/animation/AnimationEffect.h |
@@ -49,7 +49,7 @@ public: |
}; |
virtual ~AnimationEffect() { } |
- virtual PassOwnPtr<Vector<RefPtr<Interpolation> > > sample(int iteration, double fraction) const = 0; |
+ virtual PassOwnPtr<Vector<RefPtr<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const = 0; |
virtual bool affects(CSSPropertyID) { return false; }; |
virtual bool isKeyframeEffectModel() const { return false; } |