| 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 99766103ea417ae6204fe5895b5ed43962039ffc..b22145f33f05ea897821d324c3f96f547e747745 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| @@ -193,7 +193,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&);
|
|
|