| Index: Source/core/animation/TransformSVGInterpolation.h
|
| diff --git a/Source/core/animation/TransformSVGInterpolation.h b/Source/core/animation/TransformSVGInterpolation.h
|
| index cd596384d12daf3474cdab416372947ebcbe320d..cbdf92b4c60a6f51b54f9c7a790acfc1d563a7f1 100644
|
| --- a/Source/core/animation/TransformSVGInterpolation.h
|
| +++ b/Source/core/animation/TransformSVGInterpolation.h
|
| @@ -22,7 +22,7 @@ public:
|
| return SVGTransformList::create();
|
| }
|
|
|
| - static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
|
| + static InterpolableValue* toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
|
|
|
| static PassRefPtrWillBeRawPtr<SVGTransform> fromInterpolableValue(const InterpolableValue&, SVGTransformType, const SVGElement*);
|
| };
|
|
|