| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| index 6ed9f212c557429f1c822ad5fc5b67356670c656..726a2667bacb5bb6f2553450263224f98d2aa948 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| @@ -160,8 +160,8 @@ void LayoutSVGRoot::layout()
|
| bool forceLayoutOfChildren = needsLayout
|
| || (normalChildNeedsLayout() && SVGLayoutSupport::hasFilterResource(*this));
|
|
|
| - const bool transformToRootChanged = false;
|
| - SVGLayoutSupport::layoutChildren(firstChild(), forceLayoutOfChildren, transformToRootChanged, layoutSizeChanged);
|
| + const bool scalingFactorChanged = false;
|
| + SVGLayoutSupport::layoutChildren(firstChild(), forceLayoutOfChildren, scalingFactorChanged, layoutSizeChanged);
|
|
|
| if (m_needsBoundariesOrTransformUpdate) {
|
| updateCachedBoundaries();
|
|
|