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 0a5fefcb5582f5b2e82e00a5dd44366e4a02b50e..ddfa8c6d28a02078b168a77bf6e2f6881f9f5371 100644 |
--- a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp |
@@ -11,7 +11,7 @@ |
namespace blink { |
-PassOwnPtr<InterpolationValue> SVGAngleInterpolationType::maybeConvertNeutral() const |
+PassOwnPtr<InterpolationValue> SVGAngleInterpolationType::maybeConvertNeutral(const UnderlyingValue&, ConversionCheckers&) const |
{ |
return InterpolationValue::create(*this, InterpolableNumber::create(0)); |
} |