| Index: third_party/WebKit/Source/core/animation/SVGPathInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.h
|
| index b4b15c4d9f8d17f0c8b075a26d2ea0b42c1b5f4c..d24931e8d4874f94fbeaa9438688abb4f724edce 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.h
|
| @@ -20,7 +20,7 @@ private:
|
| InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const final;
|
| PairwiseInterpolationValue mergeSingleConversions(InterpolationValue& start, InterpolationValue& end) const final;
|
| void composite(UnderlyingValueOwner&, double underlyingFraction, const InterpolationValue&) const final;
|
| - PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| + RawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| };
|
|
|
| } // namespace blink
|
|
|