| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| index a15610558d009bf4ecb53936b755034a89652cd6..b26166689ffd90513c6dee4bc3966a4544fe632c 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| @@ -74,6 +74,8 @@ void LayoutSVGEllipse::updateShapeFromElement()
|
| m_strokeBoundingBox = m_fillBoundingBox;
|
| if (style()->svgStyle().hasStroke())
|
| m_strokeBoundingBox.inflate(strokeWidth() / 2);
|
| + if (element())
|
| + element()->setNeedsResizeObserverUpdate();
|
| }
|
|
|
| void LayoutSVGEllipse::calculateRadiiAndCenter()
|
|
|