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 09096665e04def7be38cf00f78982365bb76b50f..8b561b844e7a70c60cd7893713a70b4432cb0a02 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&, ConversionCheckers&) const |
{ |
return InterpolationValue::create(*this, InterpolableNumber::create(0)); |
} |