| 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 f8d3929400d615cb455eb2c0637358cf4f6bd781..baef80465194818535a090222ffde9cd7bd584e6 100644
|
| --- a/sky/engine/core/css/resolver/StyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/StyleResolver.h
|
| @@ -113,9 +113,7 @@ private:
|
|
|
| void loadPendingResources(StyleResolverState&);
|
|
|
| - void matchAuthorRules(Element*, ElementRuleCollector&);
|
| - void matchAllRules(StyleResolverState&, ElementRuleCollector&);
|
| - void matchUARules(ElementRuleCollector&);
|
| + void matchRules(Element&, ElementRuleCollector&);
|
|
|
| void applyMatchedProperties(StyleResolverState&, const MatchResult&);
|
| bool applyAnimatedProperties(StyleResolverState&, Element* animatingElement);
|
|
|