| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| index dbbcc326ba74973d1db61af9c6f3495c5a4e47eb..8a8220cc34d6bc3b8cb630a16703162152c6d9e4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| @@ -224,7 +224,8 @@ sk_sp<const SkPicture> LayoutSVGResourceClipper::createContentPicture() {
|
| // - stroke is set to the initial stroke paint server (none)
|
| PaintInfo info(pictureBuilder.context(), LayoutRect::infiniteIntRect(),
|
| PaintPhaseForeground, GlobalPaintNormalPhase,
|
| - PaintLayerPaintingRenderingClipPathAsMask);
|
| + PaintLayerPaintingRenderingClipPathAsMask |
|
| + PaintLayerPaintingRenderingResourceSubtree);
|
|
|
| for (const SVGElement& childElement :
|
| Traversal<SVGElement>::childrenOf(*element())) {
|
|
|