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