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