| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 63c620b6234fd2fa8c2c7abc8054489329d7d4bc..d28fdfd5f0f82152f06d04c950e2a10e7bdd6919 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -220,7 +220,6 @@ private:
|
| void collectPseudoRulesForElement(Element*, ElementRuleCollector&, PseudoId, unsigned rulesToInclude);
|
| void matchUARules(ElementRuleCollector&, RuleSet*);
|
| void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
|
| - void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>& resolvers, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>& resolversInShadowTree);
|
| void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties);
|
| void matchUARules(ElementRuleCollector&);
|
| void collectFeatures();
|
| @@ -232,7 +231,6 @@ private:
|
| bool applyAnimatedProperties(StyleResolverState&, const Element* animatingElement);
|
| void applyCallbackSelectors(StyleResolverState&);
|
|
|
| - void resolveScopedStyles(const Element*, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>&);
|
| void collectScopedResolversForHostedShadowTrees(const Element*, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>&);
|
|
|
| enum StyleApplicationPass {
|
|
|