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