| Index: Source/core/svg/SVGFETileElement.h
|
| diff --git a/Source/core/svg/SVGFETileElement.h b/Source/core/svg/SVGFETileElement.h
|
| index c7f97a8e66c57898586bcc541085346992ad88bf..7e886ea41b2ff4a6bfe6d808f7e66c41397aa445 100644
|
| --- a/Source/core/svg/SVGFETileElement.h
|
| +++ b/Source/core/svg/SVGFETileElement.h
|
| @@ -38,8 +38,8 @@ public:
|
| private:
|
| explicit SVGFETileElement(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;
|
| };
|
|
|