Chromium Code Reviews| Index: Source/core/svg/SVGFEComponentTransferElement.h |
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h |
| index fddc14b7cde8e7f5ac3718630ce3442ed23e85ab..9a8dd49fb560d50ebc26cf9e319a50ad623f7032 100644 |
| --- a/Source/core/svg/SVGFEComponentTransferElement.h |
| +++ b/Source/core/svg/SVGFEComponentTransferElement.h |
| @@ -38,7 +38,7 @@ public: |
| private: |
| explicit SVGFEComponentTransferElement(Document&); |
| - // FIXME: svgAttributeChanged missing. |
| + virtual void svgAttributeChanged(const QualifiedName&) override; |
|
fs
2015/03/31 08:25:50
After isSupportedAttribute please.
|
| bool isSupportedAttribute(const QualifiedName&); |
| virtual PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override; |