Index: Source/core/css/resolver/ScopedStyleResolver.h |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h |
index c509875e4b7878f2d94230cce23fde5a1c48fafb..5b5013e3f3cef49dd7ff6406e9123c2a128c8562 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -61,9 +61,9 @@ public: |
const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName); |
void addKeyframeStyle(PassRefPtrWillBeRawPtr<StyleRuleKeyframes>); |
+ unsigned appendCSSStyleSheet(CSSStyleSheet*); |
void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, CascadeScope, CascadeOrder = ignoreCascadeOrder); |
void matchPageRules(PageRuleCollector&); |
- void addRulesFromSheet(CSSStyleSheet*, const MediaQueryEvaluator&, StyleResolver*); |
void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const; |
void resetAuthorStyle(); |
void collectViewportRulesTo(StyleResolver*) const; |