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

Unified Diff: Source/core/svg/SVGFEColorMatrixElement.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: rebase Created 6 years, 10 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/SVGFEColorMatrixElement.cpp
diff --git a/Source/core/svg/SVGFEColorMatrixElement.cpp b/Source/core/svg/SVGFEColorMatrixElement.cpp
index d2d0108126aecea414c97c3e35372a68504379cd..a4b900b6e811cea20bebc5b0756c6d6ae0bc0411 100644
--- a/Source/core/svg/SVGFEColorMatrixElement.cpp
+++ b/Source/core/svg/SVGFEColorMatrixElement.cpp
@@ -59,7 +59,6 @@ inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(Document& document)
addToPropertyMap(m_values);
addToPropertyMap(m_in1);
addToPropertyMap(m_type);
- registerAnimatedPropertiesForSVGFEColorMatrixElement();
}
PassRefPtr<SVGFEColorMatrixElement> SVGFEColorMatrixElement::create(Document& document)

Powered by Google App Engine
This is Rietveld 408576698