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