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 196deddb6cd8f2ad285d117535e33c0e29323048..22f220043dbefa54b0d69528777543fdb0bacd0e 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
@@ -90,7 +90,7 @@ public: |
void clearOutdatedAnimation(Animation*); |
bool hasOutdatedAnimation() const { return m_outdatedAnimationCount > 0; } |
bool needsAnimationTimingUpdate(); |
- void invalidateKeyframeEffects(); |
+ void invalidateKeyframeEffects(const TreeScope&); |
void setPlaybackRate(double); |
double playbackRate() const; |