| Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 8a1bc32ad94a726b29f89b509e2f73895c94f7f2..113ee2d6b1b5183f831d4ddacc27b8c65bb260a5 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -44,12 +44,6 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<EdgeModeTyp
|
| return entries;
|
| }
|
|
|
| -// Animated property definitions
|
| -
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFEConvolveMatrixElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGFilterPrimitiveStandardAttributes)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
| -
|
| inline SVGFEConvolveMatrixElement::SVGFEConvolveMatrixElement(Document& document)
|
| : SVGFilterPrimitiveStandardAttributes(SVGNames::feConvolveMatrixTag, document)
|
| , m_bias(SVGAnimatedNumber::create(this, SVGNames::biasAttr, SVGNumber::create()))
|
|
|