| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.h b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| index 82ed1b563ebed9b07aa550dfdd2ade428084f431..27dc1e29c5a583768bb66930c612aed783163088 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| @@ -81,7 +81,6 @@ class SVGPatternElement final : public SVGElement,
|
| explicit SVGPatternElement(Document&);
|
|
|
| bool IsValid() const override { return SVGTests::IsValid(); }
|
| - bool NeedsPendingResourceHandling() const override { return false; }
|
|
|
| void CollectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|