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

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

Issue 2361733004: Adding @keyframes rules only affects TreeScope plus host. (Closed)
Patch Set: Moved scope check to CSSAnimations 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/Animation.h
diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h
index 72196c63012e11c6db1d1800bedb87c941984ec5..372d5272357bcf043dd0867f34c965c5501e3855 100644
--- a/third_party/WebKit/Source/core/animation/Animation.h
+++ b/third_party/WebKit/Source/core/animation/Animation.h
@@ -53,6 +53,7 @@ class AnimationTimeline;
class CompositorAnimationPlayer;
class Element;
class ExceptionState;
+class TreeScope;
class CORE_EXPORT Animation final
: public EventTargetWithInlineData
@@ -182,7 +183,7 @@ public:
bool effectSuppressed() const { return m_effectSuppressed; }
void setEffectSuppressed(bool);
- void invalidateKeyframeEffect();
+ void invalidateKeyframeEffect(const TreeScope&);
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698