Index: Source/core/animation/InertEffect.h |
diff --git a/Source/core/animation/InertEffect.h b/Source/core/animation/InertEffect.h |
index b81d8434bfcc50d7f93886d66cef95d2a4e1d61b..e80215abd8438891f5e48859ed33e1358c260e18 100644 |
--- a/Source/core/animation/InertEffect.h |
+++ b/Source/core/animation/InertEffect.h |
@@ -48,8 +48,8 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
protected: |
- virtual void updateChildrenAndEffects() const override { } |
- virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const override; |
+ void updateChildrenAndEffects() const override { } |
+ double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const override; |
private: |
InertEffect(PassRefPtrWillBeRawPtr<EffectModel>, const Timing&, bool paused, double inheritedTime); |