| Index: Source/core/animation/TimedItemTest.cpp
|
| diff --git a/Source/core/animation/TimedItemTest.cpp b/Source/core/animation/TimedItemTest.cpp
|
| index 67f1df63ba5965f630b5e8b6dd88d8ef416c163e..b1493816940038af84fce518e8112bdc456b269c 100644
|
| --- a/Source/core/animation/TimedItemTest.cpp
|
| +++ b/Source/core/animation/TimedItemTest.cpp
|
| @@ -78,6 +78,7 @@ public:
|
| void updateChildrenAndEffects(bool wasActiveOrInEffect) const FINAL OVERRIDE { }
|
| void willDetach() { }
|
| TestTimedItemEventDelegate* eventDelegate() { return m_eventDelegate; }
|
| + double calculateTimeToEffectChange(double inheritedTime, double activeTime, Phase) const FINAL OVERRIDE { return -1; }
|
|
|
| private:
|
| TestTimedItem(const Timing& specified, TestTimedItemEventDelegate* eventDelegate)
|
|
|