Index: Source/core/svg/SVGFEColorMatrixElement.h |
diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h |
index dd6bd5269fe7589ec4f3664a9b1c1693b2d922b0..e1dc5a89024951f786cb6e0a7daf02e9c259bea0 100644 |
--- a/Source/core/svg/SVGFEColorMatrixElement.h |
+++ b/Source/core/svg/SVGFEColorMatrixElement.h |
@@ -45,7 +45,6 @@ public: |
private: |
explicit SVGFEColorMatrixElement(Document&); |
- bool isSupportedAttribute(const QualifiedName&); |
virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) override; |
virtual void svgAttributeChanged(const QualifiedName&) override; |
virtual PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override; |