Index: third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
index ceee3156fa792208cb3fe6b0f19e7178d9c823e5..6288e66350f079207463af34d61cf02d415789c0 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
@@ -163,7 +163,7 @@ bool SVGClipPainter::drawClipAsMask(GraphicsContext& context, |
LayoutObjectDrawingRecorder drawingRecorder( |
context, layoutObject, DisplayItem::kSVGClip, targetVisualRect); |
- sk_sp<SkPicture> maskPicture = maskPictureBuilder.endRecording(); |
+ sk_sp<PaintRecord> maskPicture = maskPictureBuilder.endRecording(); |
context.drawPicture(maskPicture.get()); |
return true; |
} |