Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.h

Issue 2361733004: Adding @keyframes rules only affects TreeScope plus host. (Closed)
Patch Set: Rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698