| Index: third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.cpp
|
| index 86702f49f5d519401eb02bb45ed636f4ce8f9da4..1506c632efdc010d511b7f137decb5764c80ae65 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.cpp
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace blink {
|
|
|
| -PassOwnPtr<InterpolationValue> SVGNumberInterpolationType::maybeConvertNeutral() const
|
| +PassOwnPtr<InterpolationValue> SVGNumberInterpolationType::maybeConvertNeutral(const UnderlyingValue&) const
|
| {
|
| return InterpolationValue::create(*this, InterpolableNumber::create(0));
|
| }
|
|
|