| Index: Source/core/paint/SVGClipPainter.cpp
|
| diff --git a/Source/core/paint/SVGClipPainter.cpp b/Source/core/paint/SVGClipPainter.cpp
|
| index 2ad91ba5e6cad7fd7fc54aed54877b3d0313aa6d..363e8a465d54ddffcb9890d469d365a9c6ad2b42 100644
|
| --- a/Source/core/paint/SVGClipPainter.cpp
|
| +++ b/Source/core/paint/SVGClipPainter.cpp
|
| @@ -134,7 +134,7 @@ void SVGClipPainter::drawClipMaskContent(GraphicsContext* context, const LayoutO
|
| if (LayoutObjectDrawingRecorder::useCachedDrawingIfPossible(*context, layoutObject, DisplayItem::SVGClip))
|
| return;
|
|
|
| - LayoutObjectDrawingRecorder drawingRecorder(*context, layoutObject, DisplayItem::SVGClip, targetPaintInvalidationRect);
|
| + LayoutObjectDrawingRecorder drawingRecorder(*context, layoutObject, DisplayItem::SVGClip, LayoutRect(enclosingIntRect(targetPaintInvalidationRect)));
|
| context->save();
|
| context->concatCTM(contentTransformation);
|
| context->drawPicture(clipContentPicture.get());
|
|
|