Index: third_party/WebKit/Source/core/animation/AnimationTimeline.h |
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
index caddbf3ab950299b0a01d557e7a17e8a0e465086..58ca7a36765ff3be28363548dafd17cbfbfe882b 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
@@ -91,6 +91,7 @@ public: |
void clearOutdatedAnimation(Animation*); |
bool hasOutdatedAnimation() const { return m_outdatedAnimationCount > 0; } |
bool needsAnimationTimingUpdate(); |
+ void invalidateKeyframeEffects(); |
void setPlaybackRate(double); |
double playbackRate() const; |