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..ad50ab4c5463c9cc7d884b14bea59b170b051506 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()->sizeMayHaveChanged(); |
} |
void LayoutSVGEllipse::calculateRadiiAndCenter() |