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

Unified Diff: Source/core/svg/SVGAnimatedAngle.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/SVGAnimatedAngle.cpp
diff --git a/Source/core/svg/SVGAnimatedAngle.cpp b/Source/core/svg/SVGAnimatedAngle.cpp
index ec56a1bdd190ffb94b6833702d5d27fcbd52a253..24a93caadd016c84172ffdb3d281bb86cfb72288 100644
--- a/Source/core/svg/SVGAnimatedAngle.cpp
+++ b/Source/core/svg/SVGAnimatedAngle.cpp
@@ -58,12 +58,6 @@ void SVGAnimatedAngle::synchronizeAttribute()
contextElement()->setSynchronizedLazyAttribute(attributeName(), value);
}
-void SVGAnimatedAngle::animationStarted()
-{
- SVGAnimatedProperty<SVGAngle>::animationStarted();
- m_orientType->animationStarted();
-}
-
void SVGAnimatedAngle::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
{
SVGAnimatedProperty<SVGAngle>::setAnimatedValue(value);

Powered by Google App Engine
This is Rietveld 408576698