| 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 8f7ff2e61886cf4eab802c2d4e6066d0d37ab24d..578652e341bd1eb8e3de6555209ff46cd0ffdcd3 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h
|
| @@ -18,7 +18,7 @@ public:
|
| private:
|
| InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final;
|
| - PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| + RawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| };
|
|
|
| } // namespace blink
|
|
|