| Index: Source/core/animation/InertAnimation.h
|
| diff --git a/Source/core/animation/InertAnimation.h b/Source/core/animation/InertAnimation.h
|
| index b4f31e4b359bb03dcf58da94ff1fa05ecd4b7546..d15489127e649c8dd76991c17e767c26e385f5e3 100644
|
| --- a/Source/core/animation/InertAnimation.h
|
| +++ b/Source/core/animation/InertAnimation.h
|
| @@ -46,7 +46,7 @@ public:
|
| bool paused() const { return m_paused; }
|
|
|
| protected:
|
| - virtual void updateChildrenAndEffects() const OVERRIDE { };
|
| + virtual bool updateChildrenAndEffects() const OVERRIDE { return false; };
|
| virtual void willDetach() OVERRIDE { };
|
| virtual double calculateTimeToEffectChange(double inheritedTime, double activeTime, Phase) const OVERRIDE FINAL;
|
|
|
|
|