| Index: third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.h
|
| index f3acbcf47831e1cb2085dc1d39b39e3ca1be1555..a3f6748dad6199d65044414edc6f643f770f5f81 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.h
|
| @@ -26,7 +26,7 @@ private:
|
| InterpolationValue maybeConvertSVGValue(const SVGPropertyBase& svgValue) 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;
|
| void apply(const InterpolableValue&, const NonInterpolableValue*, InterpolationEnvironment&) const final;
|
|
|
| const SVGLengthMode m_unitMode;
|
|
|