| Index: third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h b/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
|
| index acbfa6459e1bba490505fa5064380df78052d081..5108b732a427cd58963023e1a8dae1bbdf619b06 100644
|
| --- a/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
|
| @@ -17,7 +17,6 @@ public:
|
| struct NonInterpolableType {
|
| DISALLOW_NEW();
|
| SVGLengthMode unitMode;
|
| - SVGLengthNegativeValuesMode negativeValuesMode;
|
| };
|
|
|
| static bool canCreateFrom(SVGLength*, SVGLength*)
|
| @@ -31,7 +30,7 @@ public:
|
|
|
| static PassOwnPtr<InterpolableValue> toInterpolableValue(SVGLength*, const SVGAnimatedPropertyBase*, NonInterpolableType*);
|
|
|
| - static PassRefPtrWillBeRawPtr<SVGLength> fromInterpolableValue(const InterpolableValue&, const NonInterpolableType&, const SVGElement*);
|
| + static PassRefPtrWillBeRawPtr<SVGLength> fromInterpolableValue(const InterpolableValue&, const NonInterpolableType&, const SVGElement*, const QualifiedName&);
|
|
|
| PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final;
|
|
|
|
|