Index: Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp |
diff --git a/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp b/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp |
index f7bffeac55a5b884dd7731a1c2d23f91d35e9797..3b559b0e80443a8216943363cb9bd52898ea3bb4 100644 |
--- a/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp |
+++ b/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp |
@@ -20,12 +20,6 @@ PassRefPtrWillBeRawPtr<SVGInteger> toPositiveInteger(const InterpolableValue* nu |
} // namespace |
-IntegerOptionalIntegerSVGInterpolation::IntegerOptionalIntegerSVGInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute) |
- : SVGInterpolation(start, end, attribute) |
- , m_min(&attributeName() == &SVGNames::orderAttr ? 1 : 0) |
-{ |
-} |
- |
PassOwnPtrWillBeRawPtr<InterpolableValue> IntegerOptionalIntegerSVGInterpolation::toInterpolableValue(SVGPropertyBase* value) |
{ |
RefPtrWillBeRawPtr<SVGIntegerOptionalInteger> integerOptionalInteger = toSVGIntegerOptionalInteger(value); |