| Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| index 47dbe772549735b9e270be5d55fd2300a653306a..17a1c83ad10ae0c5890a39511afb6af833794405 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| @@ -223,7 +223,8 @@ class CORE_EXPORT StyleResolver final
|
| ElementRuleCollector&,
|
| bool includeSMILProperties);
|
| void collectFeatures();
|
| - void collectTreeBoundaryCrossingRules(const Element&, ElementRuleCollector&);
|
| + void collectTreeBoundaryCrossingRulesV0CascadeOrder(const Element&,
|
| + ElementRuleCollector&);
|
|
|
| void applyMatchedProperties(StyleResolverState&, const MatchResult&);
|
| bool applyAnimatedProperties(StyleResolverState&,
|
|
|