| Index: Source/core/svg/SVGFEComponentTransferElement.h
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h
|
| index fddc14b7cde8e7f5ac3718630ce3442ed23e85ab..876171dda1e4f9aaf767edf71a401c573a3aabaf 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.h
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.h
|
| @@ -38,8 +38,8 @@ public:
|
| private:
|
| explicit SVGFEComponentTransferElement(Document&);
|
|
|
| - // FIXME: svgAttributeChanged missing.
|
| bool isSupportedAttribute(const QualifiedName&);
|
| + virtual void svgAttributeChanged(const QualifiedName&) override;
|
| virtual PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
|
|
|
| RefPtrWillBeMember<SVGAnimatedString> m_in1;
|
|
|