Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Unified Diff: Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp

Issue 1068973004: Web Animations: Support animation of SVG number attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h ('k') | Source/core/animation/NumberSVGInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698