Index: third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h |
index a16bd8541f19d33c3d18864a926de5df699dcfed..895e8790e9d011f4711f88cf76bf80bf9afbf7ea 100644 |
--- a/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h |
@@ -16,7 +16,7 @@ public: |
{ } |
private: |
- PassOwnPtr<InterpolationValue> maybeConvertNeutral() const final; |
+ PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&) const final; |
PassOwnPtr<InterpolationValue> maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final; |
PassOwnPtr<InterpolationValue> maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final; |
RefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final; |