| Index: Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h
|
| index a4a0529228f53ea92a34951305a06a0641b6a196..fe3f94c3d6c272cfe9edad988a0be5373b7eebcc 100644
|
| --- a/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -59,9 +59,9 @@ public:
|
| StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName);
|
|
|
| void appendCSSStyleSheet(CSSStyleSheet&, const MediaQueryEvaluator&);
|
| - void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, CascadeOrder = ignoreCascadeOrder);
|
| - void collectMatchingShadowHostRules(ElementRuleCollector&, bool includeEmptyRules, CascadeOrder = ignoreCascadeOrder);
|
| - void collectMatchingTreeBoundaryCrossingRules(ElementRuleCollector&, bool includeEmptyRules, CascadeOrder);
|
| + void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules);
|
| + void collectMatchingShadowHostRules(ElementRuleCollector&, bool includeEmptyRules);
|
| + void collectMatchingTreeBoundaryCrossingRules(ElementRuleCollector&, bool includeEmptyRules);
|
| void matchPageRules(PageRuleCollector&);
|
| void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const;
|
| void resetAuthorStyle();
|
|
|