| 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 54c36f347df51d2c48b70be67b99f1ea546547d3..85d5adb50a3451f9d4546e735c167ea5e198f74d 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| @@ -71,7 +71,7 @@ void LayoutSVGContainer::layout()
|
| // the descendants.
|
| bool forceLayoutOfChildren = selfNeedsLayout()
|
| || (normalChildNeedsLayout() && SVGLayoutSupport::hasFilterResource(*this));
|
| - SVGLayoutSupport::layoutChildren(this, forceLayoutOfChildren, transformChanged, layoutSizeChanged);
|
| + SVGLayoutSupport::layoutChildren(firstChild(), forceLayoutOfChildren, transformChanged, layoutSizeChanged);
|
|
|
| // Invalidate all resources of this client if our layout changed.
|
| if (everHadLayout() && needsLayout())
|
|
|