| 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 e0e76dd25c573059940ef0ade46afc0ecbce2060..334406103796d607d9cfbf31665fd4e693b1a070 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| @@ -66,8 +66,7 @@ void LayoutSVGContainer::layout()
|
| bool layoutSizeChanged = element()->hasRelativeLengths()
|
| && SVGLayoutSupport::layoutSizeOfNearestViewportChanged(this);
|
|
|
| - bool forceLayoutOfChildren = selfNeedsLayout();
|
| - SVGLayoutSupport::layoutChildren(firstChild(), forceLayoutOfChildren, m_didScreenScaleFactorChange, layoutSizeChanged);
|
| + SVGLayoutSupport::layoutChildren(firstChild(), false, m_didScreenScaleFactorChange, layoutSizeChanged);
|
|
|
| // Invalidate all resources of this client if our layout changed.
|
| if (everHadLayout() && needsLayout())
|
|
|