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

Unified Diff: Source/core/svg/SVGFECompositeElement.h

Issue 327633004: Apply DEFINE/DECLARE_NODE_FACTORY(T) macro to element factories with single Document& argument. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/SVGFEComponentTransferElement.cpp ('k') | Source/core/svg/SVGFECompositeElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFECompositeElement.h
diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h
index 5f4ec0f697d28c7e624278f3a29059cbded3b5bc..8a5877829ca3d899561d738f54f0f50e1ef16e73 100644
--- a/Source/core/svg/SVGFECompositeElement.h
+++ b/Source/core/svg/SVGFECompositeElement.h
@@ -32,7 +32,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<CompositeOp
class SVGFECompositeElement FINAL : public SVGFilterPrimitiveStandardAttributes {
public:
- DEFINE_NODE_FACTORY(SVGFECompositeElement);
+ DECLARE_NODE_FACTORY(SVGFECompositeElement);
SVGAnimatedNumber* k1() { return m_k1.get(); }
SVGAnimatedNumber* k2() { return m_k2.get(); }
« no previous file with comments | « Source/core/svg/SVGFEComponentTransferElement.cpp ('k') | Source/core/svg/SVGFECompositeElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698