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

Unified Diff: Source/core/svg/properties/SVGAnimatedProperty.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/properties/SVGAnimatedProperty.cpp
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp
index 3547d6ea47c04d991ef0bf0a27284a537a45cb77..4dc0420d5ed3be45d1ea22841b022f323c104122 100644
--- a/Source/core/svg/properties/SVGAnimatedProperty.cpp
+++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp
@@ -52,11 +52,6 @@ SVGAnimatedPropertyBase::~SVGAnimatedPropertyBase()
{
}
-void SVGAnimatedPropertyBase::animationStarted()
-{
- // FIXME: remove this function and its overrides
-}
-
void SVGAnimatedPropertyBase::animationEnded()
{
synchronizeAttribute();

Powered by Google App Engine
This is Rietveld 408576698