| 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 3c6c0657664936bc7ef8a051e5d1c3498c9a6b9b..14e13bb474abb532d233cc2c3e5120d2f142d84e 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| @@ -211,6 +211,8 @@ private:
|
| void applyAnimatedProperties(StyleResolverState&, const ActiveInterpolationsMap&);
|
| template <CSSPropertyPriority priority>
|
| void applyAllProperty(StyleResolverState&, CSSValue*, bool inheritedOnly, PropertyWhitelistType);
|
| + template <CSSPropertyPriority priority>
|
| + void applyPropertiesForApplyAtRule(StyleResolverState&, const CSSValue*, bool isImportant, bool inheritedOnly, PropertyWhitelistType);
|
|
|
| bool pseudoStyleForElementInternal(Element&, const PseudoStyleRequest&, const ComputedStyle* parentStyle, StyleResolverState&);
|
| bool hasAuthorBackground(const StyleResolverState&);
|
|
|