Index: third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h |
index 1c28f820ba6fe1bf1c3db07a04f4d22cedb842ab..5f8e1c377a3a7a833013cad504bd6461bb913642 100644 |
--- a/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h |
@@ -23,7 +23,7 @@ private: |
return nullptr; |
} |
- PassOwnPtr<InterpolationValue> maybeConvertNeutral() const final |
+ PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&, ConversionCheckers&) const final |
{ |
return nullptr; |
} |