| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| index 0536d72de3d077fca9472bd69322fe028716bd93..f93264f590474f7db96e9702789d264ee78e655d 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| @@ -218,7 +218,7 @@ sk_sp<PaintRecord> LayoutSVGResourcePattern::asPaintRecord(
|
| PaintCanvas* canvas = paintRecorder.beginRecording(bounds);
|
| canvas->save();
|
| canvas->concat(affineTransformToSkMatrix(tileTransform));
|
| - canvas->drawPicture(builder.endRecording());
|
| + builder.endRecording(*canvas);
|
| canvas->restore();
|
| return paintRecorder.finishRecordingAsPicture();
|
| }
|
|
|