| Index: sky/engine/core/css/resolver/StyleResolver.h
|
| diff --git a/sky/engine/core/css/resolver/StyleResolver.h b/sky/engine/core/css/resolver/StyleResolver.h
|
| index bb971c669d4a2a3682dab91f0cbbd7525456b9c1..480dcecacfdbbf6ce38ff154d5f7ba9ad56666b8 100644
|
| --- a/sky/engine/core/css/resolver/StyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/StyleResolver.h
|
| @@ -152,17 +152,13 @@ private:
|
|
|
| void appendCSSStyleSheet(CSSStyleSheet*);
|
|
|
| - void matchUARules(ElementRuleCollector&, RuleSet*);
|
| - void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
|
| - void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, Vector<RawPtr<ScopedStyleResolver>, 8>& resolvers, Vector<RawPtr<ScopedStyleResolver>, 8>& resolversInShadowTree);
|
| + void matchAuthorRules(Element*, ElementRuleCollector&);
|
| void matchAllRules(StyleResolverState&, ElementRuleCollector&);
|
| void matchUARules(ElementRuleCollector&);
|
|
|
| void applyMatchedProperties(StyleResolverState&, const MatchResult&);
|
| bool applyAnimatedProperties(StyleResolverState&, Element* animatingElement);
|
|
|
| - void collectScopedResolversForHostedShadowTrees(const Element*, Vector<RawPtr<ScopedStyleResolver>, 8>&);
|
| -
|
| enum StyleApplicationPass {
|
| HighPriorityProperties,
|
| LowPriorityProperties
|
|
|