| Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| index 9bf8f8654708a6d9d36abbfda8f2aa9559cf165c..fe54161ee078787c63c1a655c48ca3e817c2ff58 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| @@ -54,6 +54,7 @@ private:
|
|
|
| void svgAttributeChanged(const QualifiedName&) override;
|
| void notifyFinished(Resource*) override;
|
| + String debugName() const override { return "SVGFEImageElement"; }
|
|
|
| PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
|
|
|
|
|