| Index: third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| index 50c835859df83dde196b6f37feb101aae135937a..b71fc0263af188e4a7e37fbc122408b244db9890 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
|
| @@ -19,7 +19,7 @@ public:
|
| private:
|
| InterpolationValue maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final;
|
| InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&, const InterpolationEnvironment&, const InterpolationValue& underlying, ConversionCheckers&) const final;
|
| - PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| + RawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
|
|
| PairwiseInterpolationValue mergeSingleConversions(InterpolationValue&& start, InterpolationValue&& end) const final;
|
| void composite(UnderlyingValueOwner&, double underlyingFraction, const InterpolationValue&, double interpolationFraction) const final;
|
|
|