| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| index 5e1703f8eddd91ef701ac1ad71fff75129f4acf4..948ce3b9259ffef3bdaeceae974cd25a8e907dc4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| @@ -83,6 +83,8 @@ void LayoutSVGRect::updateShapeFromElement()
|
| m_strokeBoundingBox = m_fillBoundingBox;
|
| if (style()->svgStyle().hasStroke())
|
| m_strokeBoundingBox.inflate(strokeWidth() / 2);
|
| + if (element())
|
| + element()->setNeedsResizeObserverUpdate();
|
| }
|
|
|
| bool LayoutSVGRect::shapeDependentStrokeContains(const FloatPoint& point)
|
|
|