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