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

Unified Diff: Source/core/svg/SVGFilterElement.cpp

Issue 177803003: [SVG] Make all C-macros used in the old property implementation NOOP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: styles 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
Index: Source/core/svg/SVGFilterElement.cpp
diff --git a/Source/core/svg/SVGFilterElement.cpp b/Source/core/svg/SVGFilterElement.cpp
index e4c44fedfec65183d01599acc953003ad0171aee..fabbcc23a2298093d7ed8fb238c2bc6d82c76ff0 100644
--- a/Source/core/svg/SVGFilterElement.cpp
+++ b/Source/core/svg/SVGFilterElement.cpp
@@ -64,7 +64,6 @@ inline SVGFilterElement::SVGFilterElement(Document& document)
addToPropertyMap(m_filterUnits);
addToPropertyMap(m_primitiveUnits);
addToPropertyMap(m_filterRes);
- registerAnimatedPropertiesForSVGFilterElement();
}
PassRefPtr<SVGFilterElement> SVGFilterElement::create(Document& document)
« no previous file with comments | « Source/core/svg/SVGFETurbulenceElement.cpp ('k') | Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698