| Index: Source/core/svg/SVGFEConvolveMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.h b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| index 61c4b496f813395972a0fe9a94a823da68867956..9a1ae2a0302839b67aab9c69f61a49daaa2ec1f2 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| @@ -64,7 +64,7 @@ struct SVGPropertyTraits<EdgeModeType> {
|
| }
|
| };
|
|
|
| -class SVGFEConvolveMatrixElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFEConvolveMatrixElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFEConvolveMatrixElement> create(const QualifiedName&, Document*);
|
|
|
|
|