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

Unified Diff: Source/core/svg/properties/SVGAnimatedProperty.h

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.h
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
index 92d0c9db2d8b9c12cca98ba7a1a8f755db570ddb..3e8913b9cb4e5a47e00edb03773cc6337ad2d6a8 100644
--- a/Source/core/svg/properties/SVGAnimatedProperty.h
+++ b/Source/core/svg/properties/SVGAnimatedProperty.h
@@ -52,7 +52,6 @@ public:
virtual SVGPropertyBase* currentValueBase() = 0;
virtual bool isAnimating() const = 0;
- virtual void animationStarted();
virtual PassRefPtr<SVGPropertyBase> createAnimatedValue() = 0;
virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) = 0;
virtual void animationEnded();

Powered by Google App Engine
This is Rietveld 408576698