Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / InertAnimation.h
index 7b12573..7b220a5 100644 (file)
@@ -48,7 +48,7 @@ public:
 protected:
     virtual bool updateChildrenAndEffects() const OVERRIDE { return false; }
     virtual void willDetach() OVERRIDE { }
-    virtual double calculateTimeToEffectChange(double inheritedTime, double timeToNextIteration) const OVERRIDE;
+    virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const OVERRIDE;
 
 private:
     InertAnimation(PassRefPtr<AnimationEffect>, const Timing&, bool paused);