Index: third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.h |
index 9bbd83862603adffc6007b4b8dcc593e9a353b21..f0f432d5b857aa390b28a363b13f032a5953019f 100644 |
--- a/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.h |
@@ -18,7 +18,7 @@ public: |
{ } |
private: |
- PassOwnPtr<InterpolationValue> maybeConvertNeutral() const final; |
+ PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&, ConversionCheckers&) const final; |
PassOwnPtr<InterpolationValue> maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final; |
PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final; |