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

Unified Diff: Source/core/svg/SVGAnimatedIntegerOptionalInteger.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/SVGAnimatedIntegerOptionalInteger.cpp
diff --git a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp
index 11bb52756df8315db6d716b143b3c17c6f93b180..eb5887f059863080d5aed895ec7d372d322b85bb 100644
--- a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp
+++ b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp
@@ -44,13 +44,6 @@ SVGAnimatedIntegerOptionalInteger::SVGAnimatedIntegerOptionalInteger(SVGElement*
m_secondInteger->setParentOptionalInteger(this);
}
-void SVGAnimatedIntegerOptionalInteger::animationStarted()
-{
- SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::animationStarted();
- m_firstInteger->animationStarted();
- m_secondInteger->animationStarted();
-}
-
void SVGAnimatedIntegerOptionalInteger::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
{
SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::setAnimatedValue(value);

Powered by Google App Engine
This is Rietveld 408576698