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

Unified Diff: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h

Issue 2901473002: create promo for debug.
Patch Set: .. Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
index 6a57b4f972324d80a856e0c88a5c19498d6236cd..e72980c4e28b807590ed8d26d020efa97cce8279 100644
--- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
+++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
@@ -81,6 +81,7 @@ class ScopedStyleResolver final
static ContainerNode& InvalidationRootForTreeScope(const TreeScope&);
CORE_EXPORT static bool HaveSameStyles(const ScopedStyleResolver*,
const ScopedStyleResolver*);
+ void AddKeyframeRules(const RuleSet&);
DECLARE_TRACE();
@@ -90,7 +91,6 @@ class ScopedStyleResolver final
void AddTreeBoundaryCrossingRules(const RuleSet&,
CSSStyleSheet*,
unsigned sheet_index);
- void AddKeyframeRules(const RuleSet&);
void AddFontFaceRules(const RuleSet&);
void AddKeyframeStyle(StyleRuleKeyframes*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698