| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| index 739e1b5c3f795d62cd05644695ce1b3c23fca753..51eed2e1671cd01cf6ffb77af84b53794e3e4956 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| @@ -42,7 +42,7 @@ public:
|
| // This overrides are needed to prevent ASSERTs on <svg><stop /></svg>
|
| // LayoutObject's default implementations ASSERT_NOT_REACHED()
|
| // https://bugs.webkit.org/show_bug.cgi?id=20400
|
| - LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject*, const PaintInvalidationState* = nullptr) const override { return LayoutRect(); }
|
| + LayoutRect localOverflowRectForPaintInvalidation() const override { return LayoutRect(); }
|
| FloatRect objectBoundingBox() const override { return FloatRect(); }
|
| FloatRect strokeBoundingBox() const override { return FloatRect(); }
|
| FloatRect paintInvalidationRectInLocalSVGCoordinates() const override { return FloatRect(); }
|
|
|