| Index: Source/core/svg/SVGFEConvolveMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.h b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| index 0d01657edfc1f20833da4dd3b64481b4b91fd9f8..ada653b9b4a4a14cb54fc57829bdb151957d7c81 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| @@ -36,7 +36,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<EdgeModeTyp
|
|
|
| class SVGFEConvolveMatrixElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFEConvolveMatrixElement);
|
| + DECLARE_NODE_FACTORY(SVGFEConvolveMatrixElement);
|
|
|
| SVGAnimatedBoolean* preserveAlpha() { return m_preserveAlpha.get(); }
|
| SVGAnimatedNumber* divisor() { return m_divisor.get(); }
|
|
|