Index: trunk/Source/core/css/resolver/ScopedStyleResolver.h |
=================================================================== |
--- trunk/Source/core/css/resolver/ScopedStyleResolver.h (revision 201870) |
+++ trunk/Source/core/css/resolver/ScopedStyleResolver.h (working copy) |
@@ -57,9 +57,9 @@ |
StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName); |
void appendCSSStyleSheet(CSSStyleSheet&, const MediaQueryEvaluator&); |
- void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules); |
- void collectMatchingShadowHostRules(ElementRuleCollector&, bool includeEmptyRules); |
- void collectMatchingTreeBoundaryCrossingRules(ElementRuleCollector&, bool includeEmptyRules); |
+ void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, CascadeOrder = ignoreCascadeOrder); |
+ void collectMatchingShadowHostRules(ElementRuleCollector&, bool includeEmptyRules, CascadeOrder = ignoreCascadeOrder); |
+ void collectMatchingTreeBoundaryCrossingRules(ElementRuleCollector&, bool includeEmptyRules, CascadeOrder = ignoreCascadeOrder); |
void matchPageRules(PageRuleCollector&); |
void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const; |
void resetAuthorStyle(); |