| Index: third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGClipPathElement.h b/third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| index 63c24f87c764fbd8052acc005debc28b89dba4f5..d4b35e828fa59225c30892dd58b7c8522ca7736a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| @@ -47,8 +47,6 @@ class SVGClipPathElement final : public SVGGraphicsElement {
|
| private:
|
| explicit SVGClipPathElement(Document&);
|
|
|
| - bool NeedsPendingResourceHandling() const override { return false; }
|
| -
|
| void SvgAttributeChanged(const QualifiedName&) override;
|
| void ChildrenChanged(const ChildrenChange&) override;
|
|
|
|
|