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