Chromium Code Reviews| Index: Source/core/animation/Animation.h |
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h |
| index 467974ab25f4ee0e2f76444e23d55be899d063a0..2576cdd9fed2826c0a3934513d780d4416fba7b8 100644 |
| --- a/Source/core/animation/Animation.h |
| +++ b/Source/core/animation/Animation.h |
| @@ -184,6 +184,8 @@ public: |
| private: |
| Animation(ExecutionContext*, AnimationTimeline&, AnimationEffect*); |
| + void clearOutdated(); |
| + |
| double sourceEnd() const; |
| bool limited(double currentTime) const; |