| 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 772205c1990317bc3bd7e980a3fdebb33699b6c8..157d0a8147ee3c5cb85d7c9b72616e0070bbe1af 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&, double interpolationFraction) const final;
|
| - PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| + RawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| };
|
|
|
| } // namespace blink
|
|
|