| Index: third_party/WebKit/Source/core/svg/SVGFilterElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterElement.h b/third_party/WebKit/Source/core/svg/SVGFilterElement.h
|
| index ce375354a01347b805c111d6d7e4a515b5f97a0e..e70ce02f7f592d029ac77ca5f62b3487eb60b30e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterElement.h
|
| @@ -59,8 +59,6 @@ class CORE_EXPORT SVGFilterElement final : public SVGElement,
|
| private:
|
| explicit SVGFilterElement(Document&);
|
|
|
| - bool NeedsPendingResourceHandling() const override { return false; }
|
| -
|
| void SvgAttributeChanged(const QualifiedName&) override;
|
| void ChildrenChanged(const ChildrenChange&) override;
|
|
|
|
|