| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| index 4cb089d45c0f82e31bc9ed71a25a33dbdaf81726..e215ce3156aae6d3c37cb30bceb0b2aff7ba9707 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| @@ -90,7 +90,7 @@ sk_sp<const PaintRecord> LayoutSVGResourceMasker::createPaintRecord(
|
| const LayoutObject* layoutObject = childElement.layoutObject();
|
| if (!layoutObject || layoutObject->styleRef().display() == EDisplay::None)
|
| continue;
|
| - SVGPaintContext::paintSubtree(builder.context(), layoutObject);
|
| + SVGPaintContext::paintResourceSubtree(builder.context(), layoutObject);
|
| }
|
|
|
| m_cachedPaintRecord = builder.endRecording();
|
|
|