| Index: sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/sky/engine/core/css/resolver/ScopedStyleResolver.h b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| index b90d01ad8a9865247398b48ff9fe40f33400edb9..31634352652ad7ff79543dccbb85b54a39a04e01 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| @@ -52,12 +52,12 @@ public:
|
|
|
| const TreeScope& treeScope() const { return *m_scope; }
|
|
|
| -public:
|
| const StyleRuleKeyframes* keyframeStylesForAnimation(String animationName);
|
|
|
| void collectMatchingAuthorRules(ElementRuleCollector&, CascadeOrder = ignoreCascadeOrder);
|
| - void addRulesFromSheet(CSSStyleSheet*);
|
| + void collectMatchingHostRules(ElementRuleCollector&, CascadeOrder = ignoreCascadeOrder);
|
|
|
| + void addRulesFromSheet(CSSStyleSheet*);
|
| void resetAuthorStyle();
|
|
|
| const RuleFeatureSet& features() const { return m_features; }
|
|
|