Chromium Code Reviews| Index: Source/core/css/resolver/StyleResolver.h |
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
| index 3c6833e2b3014070a1f3d36db03881757b913c2e..4e20113233fa692cc3813dba1bbda65ceb9ce57c 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); |
|
hayato
2014/11/19 10:52:15
Looks unnecessary change.
kochi
2014/11/19 11:41:52
Reverted.
|
| void collectPseudoRulesForElement(Element*, ElementRuleCollector&, PseudoId, unsigned rulesToInclude); |
| void matchRuleSet(ElementRuleCollector&, RuleSet*); |