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

Unified Diff: third_party/WebKit/Source/core/dom/StyleEngine.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/dom/StyleEngine.h
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
index f2dd41c79e5a14bb24eee9f5d543cd642014da59..aa3d278dc9e92267497d570522b7e5984dc7fbc8 100644
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
@@ -128,9 +128,6 @@ public:
void shadowRootRemovedFromDocument(ShadowRoot*);
void appendActiveAuthorStyleSheets();
- void setHasUnresolvedKeyframesRule() { m_hasUnresolvedKeyframesRule = true; }
- void keyframesRulesAdded();
-
StyleResolver* resolver() const
{
return m_resolver.get();
@@ -268,7 +265,6 @@ private:
bool m_ignorePendingStylesheets = false;
bool m_didCalculateResolver = false;
- bool m_hasUnresolvedKeyframesRule = false;
Member<StyleResolver> m_resolver;
StyleInvalidator m_styleInvalidator;
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp ('k') | third_party/WebKit/Source/core/dom/StyleEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698