| Index: Source/core/animation/RectSVGInterpolation.h
|
| diff --git a/Source/core/animation/RectSVGInterpolation.h b/Source/core/animation/RectSVGInterpolation.h
|
| index 3f0ef193891366c61831dd712e9d4f9a8366f49e..ebc9ad8a2e677b287671cf61f523d0376f50dd13 100644
|
| --- a/Source/core/animation/RectSVGInterpolation.h
|
| +++ b/Source/core/animation/RectSVGInterpolation.h
|
| @@ -30,12 +30,12 @@ public:
|
| }
|
|
|
| private:
|
| - RectSVGInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute)
|
| + RectSVGInterpolation(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute)
|
| : SVGInterpolation(start, end, attribute)
|
| {
|
| }
|
|
|
| - static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(SVGPropertyBase*);
|
| + static PassOwnPtr<InterpolableValue> toInterpolableValue(SVGPropertyBase*);
|
|
|
| static PassRefPtrWillBeRawPtr<SVGRect> fromInterpolableValue(const InterpolableValue&);
|
| };
|
|
|