| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index fa5e8d789d5ed7b75f0735cc8e4e0e890e51c80d..7d7e42433dd3d21302726149efad354f9bcbcd4a 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -124,8 +124,6 @@ public:
|
| void resetAuthorStyle(TreeScope&);
|
| void finishAppendAuthorStyleSheets();
|
|
|
| - void processScopedRules(const RuleSet& authorRules, CSSStyleSheet*, unsigned sheetIndex, ContainerNode& scope);
|
| -
|
| void lazyAppendAuthorStyleSheets(unsigned firstNew, const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >&);
|
| void removePendingAuthorStyleSheets(const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >&);
|
| void appendPendingAuthorStyleSheets();
|
| @@ -213,6 +211,7 @@ private:
|
|
|
| void appendCSSStyleSheet(CSSStyleSheet&);
|
| void addRulesFromSheet(CSSStyleSheet&, TreeScope*, unsigned);
|
| + void processScopedRules(const RuleSet& authorRules, CSSStyleSheet*, unsigned sheetIndex, ContainerNode& scope);
|
|
|
| void collectPseudoRulesForElement(Element*, ElementRuleCollector&, PseudoId, unsigned rulesToInclude);
|
| void matchRuleSet(ElementRuleCollector&, RuleSet*);
|
|
|