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