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

Unified Diff: Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp

Issue 304863002: SVG: Remove SVGAnimatedPropertyBase::startAnimation and its overrides which are already all NOOP (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/svg/SVGAnimatedNumberOptionalNumber.cpp
diff --git a/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp b/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
index 90fe59004a5ccb8f40db1e00b722bc122b498371..8c44117c2dc0a106af8fb1d1f0b6cb9fa45ece53 100644
--- a/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
+++ b/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
@@ -33,13 +33,6 @@ SVGAnimatedNumberOptionalNumber::SVGAnimatedNumberOptionalNumber(SVGElement* con
m_secondNumber->setParentOptionalNumber(this);
}
-void SVGAnimatedNumberOptionalNumber::animationStarted()
-{
- SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::animationStarted();
- m_firstNumber->animationStarted();
- m_secondNumber->animationStarted();
-}
-
void SVGAnimatedNumberOptionalNumber::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
{
SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::setAnimatedValue(value);

Powered by Google App Engine
This is Rietveld 408576698