| Index: Source/core/svg/SVGFESpecularLightingElement.h
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h
|
| index 2c54cd6a2e0693550b29daa0920e4312aa71e0a9..e7810c993aca6ea48d8bdca7f89091cc4425f49c 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.h
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.h
|
| @@ -50,7 +50,6 @@ public:
|
| private:
|
| explicit SVGFESpecularLightingElement(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;
|
|
|