| 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 51eed2e1671cd01cf6ffb77af84b53794e3e4956..826b86ec4088707982a0ede4a72331dc5d547687 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| @@ -46,6 +46,7 @@ public:
|
| FloatRect objectBoundingBox() const override { return FloatRect(); }
|
| FloatRect strokeBoundingBox() const override { return FloatRect(); }
|
| FloatRect paintInvalidationRectInLocalSVGCoordinates() const override { return FloatRect(); }
|
| + FloatRect localBoundingBoxRectForAccessibility() const final { return FloatRect(); }
|
|
|
| protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|