| Index: Source/core/paint/SVGClipPainter.cpp
|
| diff --git a/Source/core/paint/SVGClipPainter.cpp b/Source/core/paint/SVGClipPainter.cpp
|
| index 025a4d767bc0d9fcd124e56c47247b2a2ed7c752..4d49205577d979988048f3af89f665e6d7e61980 100644
|
| --- a/Source/core/paint/SVGClipPainter.cpp
|
| +++ b/Source/core/paint/SVGClipPainter.cpp
|
| @@ -125,7 +125,7 @@ void SVGClipPainter::drawClipMaskContent(GraphicsContext* context, const LayoutO
|
| ASSERT(context);
|
|
|
| AffineTransform contentTransformation;
|
| - RefPtr<const SkPicture> clipContentPicture = m_clip.createContentPicture(contentTransformation, targetBoundingBox);
|
| + RefPtr<const SkPicture> clipContentPicture = m_clip.createContentPicture(contentTransformation, targetBoundingBox, context);
|
|
|
| TransformRecorder recorder(*context, layoutObject, contentTransformation);
|
| if (RuntimeEnabledFeatures::slimmingPaintEnabled()) {
|
|
|