Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
index 02f0bf872c85d80eca57f148613553ae7405f27d..1223600ef17e49ceb3290b6977184e041fa8f04c 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
@@ -194,7 +194,9 @@ private: |
void collectPseudoRulesForElement(const Element&, ElementRuleCollector&, PseudoId, unsigned rulesToInclude); |
void matchRuleSet(ElementRuleCollector&, RuleSet*); |
void matchUARules(ElementRuleCollector&); |
+ void matchScopedRules(const Element&, ElementRuleCollector&); |
void matchAuthorRules(const Element&, ElementRuleCollector&); |
+ void matchAuthorRulesV0(const Element&, ElementRuleCollector&); |
void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties); |
void collectFeatures(); |
void collectTreeBoundaryCrossingRules(const Element&, ElementRuleCollector&); |