| Index: third_party/WebKit/Source/core/svg/SVGGradientElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGradientElement.h b/third_party/WebKit/Source/core/svg/SVGGradientElement.h
|
| index 1a54ef9b8a22ccb9d09fa0fd2ec52a1a78660512..0faacf223f1e52d6ece0f3a860f8a1464a7b252b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGradientElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGradientElement.h
|
| @@ -72,8 +72,6 @@ class SVGGradientElement : public SVGElement, public SVGURIReference {
|
| void SvgAttributeChanged(const QualifiedName&) override;
|
|
|
| private:
|
| - bool NeedsPendingResourceHandling() const final { return false; }
|
| -
|
| void CollectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| MutableStylePropertySet*) override;
|
|
|