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

Unified Diff: Source/core/svg/SVGAnimatedIntegerOptionalInteger.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/SVGAnimatedIntegerOptionalInteger.h
diff --git a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
index 3da7beeca8288fc672c0717212d220a4488af0d2..aed59207ea4684d40abf6a552a68c28df6dc7b02 100644
--- a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
+++ b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
@@ -48,7 +48,6 @@ public:
return adoptRef(new SVGAnimatedIntegerOptionalInteger(contextElement, attributeName, initialFirstValue, initialSecondValue));
}
- virtual void animationStarted() OVERRIDE;
virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
virtual bool needsSynchronizeAttribute() OVERRIDE;
virtual void animationEnded() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698