Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
index ed6239207638cd7ecfb5175648c0d9f860707110..14ea841bfb4f8e638d53f6c332c998c02f8a8ec8 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
@@ -52,9 +52,6 @@ void LayoutSVGContainer::layout() { |
transformChange == SVGTransformChange::Full || |
SVGLayoutSupport::screenScaleFactorChanged(parent()); |
- // LayoutSVGViewportContainer needs to set the 'layout size changed' flag. |
- determineIfLayoutSizeChanged(); |
- |
// When hasRelativeLengths() is false, no descendants have relative lengths |
// (hence no one is interested in viewport size changes). |
bool layoutSizeChanged = |