| Index: third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp b/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp
|
| index 7382a036dfd52a2d01c23fab6e5bddd0fd1c586b..8a4262636897778bcb5a7c2043d53a84ff5fdfae 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp
|
| @@ -81,7 +81,7 @@ void SVGMaskPainter::drawMaskForLayoutObject(
|
| context, layoutObject, DisplayItem::kSVGMask, targetVisualRect);
|
| context.save();
|
| context.concatCTM(contentTransformation);
|
| - context.drawRecord(record.get());
|
| + context.drawRecord(std::move(record));
|
| context.restore();
|
| }
|
|
|
|
|