Index: Source/core/css/resolver/ScopedStyleResolver.h |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h |
index 09b1edf48cee02c62852197f1eac396cf8037838..3ba69e239b3a128844cb216820fcf00c3274a8e6 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -69,6 +69,7 @@ public: |
void matchHostRules(ElementRuleCollector&, bool includeEmptyRules); |
void matchAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles); |
+ bool matchesAnyAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles); |
void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles, CascadeScope, CascadeOrder = ignoreCascadeOrder); |
void matchPageRules(PageRuleCollector&); |
void addRulesFromSheet(StyleSheetContents*, const MediaQueryEvaluator&, StyleResolver*); |