| Index: Source/core/paint/SVGMaskPainter.cpp
|
| diff --git a/Source/core/paint/SVGMaskPainter.cpp b/Source/core/paint/SVGMaskPainter.cpp
|
| index 16bc9d1fc75253fcb47015d472b595f8809584e3..6b4e4d75005268129d93c8fc9bfa42f28e369e53 100644
|
| --- a/Source/core/paint/SVGMaskPainter.cpp
|
| +++ b/Source/core/paint/SVGMaskPainter.cpp
|
| @@ -71,7 +71,7 @@ void SVGMaskPainter::drawMaskForLayoutObject(GraphicsContext* context, const Lay
|
| ASSERT(context);
|
|
|
| AffineTransform contentTransformation;
|
| - RefPtr<const SkPicture> maskContentPicture = m_mask.createContentPicture(contentTransformation, targetBoundingBox);
|
| + RefPtr<const SkPicture> maskContentPicture = m_mask.createContentPicture(contentTransformation, targetBoundingBox, context);
|
|
|
| TransformRecorder recorder(*context, layoutObject, contentTransformation);
|
| if (RuntimeEnabledFeatures::slimmingPaintEnabled()) {
|
|
|