Chromium Code Reviews| Index: Source/core/animation/TimedItemTest.cpp |
| diff --git a/Source/core/animation/TimedItemTest.cpp b/Source/core/animation/TimedItemTest.cpp |
| index 71fc25e3e5a1149fb12e2e0e05e453aaa97bd9e4..5f4506d406f0544a762773f805d7e853a301136e 100644 |
| --- a/Source/core/animation/TimedItemTest.cpp |
| +++ b/Source/core/animation/TimedItemTest.cpp |
| @@ -52,6 +52,8 @@ public: |
| void updateChildrenAndEffects(bool wasActiveOrInEffect) const FINAL OVERRIDE { |
| } |
| + void willDetach() { } |
| + |
| private: |
| TestTimedItem(const Timing& specified) |
| : TimedItem(specified) |