Index: Source/core/css/resolver/ScopedStyleResolver.h |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h |
index 6445b1b3b651eaca7fb88d66bfa2a2972023a8fc..371721385de91f3d39827bf176035e58bf919211 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -61,7 +61,7 @@ public: |
const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName); |
void addKeyframeStyle(PassRefPtrWillBeRawPtr<StyleRuleKeyframes>); |
- void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles, CascadeScope, CascadeOrder = ignoreCascadeOrder); |
+ void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool isInShadowTree, CascadeScope, CascadeOrder = ignoreCascadeOrder); |
void matchPageRules(PageRuleCollector&); |
void addRulesFromSheet(CSSStyleSheet*, const MediaQueryEvaluator&, StyleResolver*); |
void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const; |