| Index: third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp
|
| index ebac3de8ace776e259e3765b03c764f6dcd2ab0e..cbcc3201487389380b6f74ced2137c0de86313aa 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp
|
| @@ -26,7 +26,7 @@ SVGPropertyBase* SVGAngleInterpolationType::appliedSVGValue(const InterpolableVa
|
| {
|
| double doubleValue = toInterpolableNumber(interpolableValue).value();
|
| SVGAngle* result = SVGAngle::create();
|
| - result->newValueSpecifiedUnits(SVGAngle::SVG_ANGLETYPE_DEG, doubleValue);
|
| + result->newValueSpecifiedUnits(SVGAngle::kSvgAngletypeDeg, doubleValue);
|
| return result;
|
| }
|
|
|
|
|