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

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

Issue 208523005: Remove unused animation code after SVG prop migration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/core/svg/properties/SVGAnimatedProperty.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/properties/SVGAnimatedProperty.cpp
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp
index bbc12b2dde565469a8ad6033f50d497131ad9cd2..a3ec3400848ceeba7cbe96140684c0ecdd11bea2 100644
--- a/Source/core/svg/properties/SVGAnimatedProperty.cpp
+++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp
@@ -78,10 +78,4 @@ bool SVGAnimatedPropertyBase::isSpecified() const
return isAnimating() || contextElement()->hasAttribute(attributeName());
}
-void SVGAnimatedPropertyBase::commitChange()
-{
- contextElement()->invalidateSVGAttributes();
- contextElement()->svgAttributeChanged(m_attributeName);
-}
-
} // namespace WebCore
« no previous file with comments | « Source/core/svg/properties/SVGAnimatedProperty.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698