| Index: third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| index 4239e532f143afd52d11bea79926aff2249317d3..67bfbf9d9bdf79e618e7a72f01e2bc1fecbec1e6 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| @@ -21,8 +21,8 @@ public:
|
| private:
|
| PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&, ConversionCheckers&) const final;
|
| PassOwnPtr<InterpolationValue> maybeConvertInitial() const final;
|
| - PassOwnPtr<InterpolationValue> maybeConvertInherit(const StyleResolverState*, ConversionCheckers&) const final;
|
| - PassOwnPtr<InterpolationValue> maybeConvertValue(const CSSValue&, const StyleResolverState*, ConversionCheckers&) const final;
|
| + PassOwnPtr<InterpolationValue> maybeConvertInherit(const StyleResolverState&, ConversionCheckers&) const final;
|
| + PassOwnPtr<InterpolationValue> maybeConvertValue(const CSSValue&, const StyleResolverState&, ConversionCheckers&) const final;
|
| };
|
|
|
| } // namespace blink
|
|
|