| Index: third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h
|
| index ee290b40ac5e3f46edc73111078c384cae561f4a..872c8493fdb73f327ca8e11a4d01499df9801609 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h
|
| @@ -16,7 +16,7 @@ public:
|
| { }
|
|
|
| private:
|
| - PassOwnPtr<InterpolationValue> maybeConvertNeutral() const final;
|
| + PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&, ConversionCheckers&) const final;
|
| PassOwnPtr<InterpolationValue> maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final;
|
| PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| };
|
|
|