| Index: Source/core/animation/TimedItemTest.cpp
|
| diff --git a/Source/core/animation/TimedItemTest.cpp b/Source/core/animation/TimedItemTest.cpp
|
| index d39b1c7155f133ab96dce43ed35fa2e54eae148f..74a287a39eb2dc4902c44926976760c2254e863e 100644
|
| --- a/Source/core/animation/TimedItemTest.cpp
|
| +++ b/Source/core/animation/TimedItemTest.cpp
|
| @@ -75,7 +75,7 @@ public:
|
| TimedItem::updateInheritedTime(time);
|
| }
|
|
|
| - void updateChildrenAndEffects() const FINAL OVERRIDE { }
|
| + bool updateChildrenAndEffects() const FINAL OVERRIDE { return false; }
|
| void willDetach() { }
|
| TestTimedItemEventDelegate* eventDelegate() { return m_eventDelegate; }
|
| double calculateTimeToEffectChange(double inheritedTime, double activeTime, Phase) const FINAL OVERRIDE { return -1; }
|
|
|