| Index: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| index a89e3497c51281696dedd9d3987af48fdd286e90..20d18319e18382889e6f5ce5bf7c1e9f32f4fb0c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| @@ -55,7 +55,7 @@ SkPictureBuilder::~SkPictureBuilder() {
|
| #endif
|
| }
|
|
|
| -sk_sp<SkPicture> SkPictureBuilder::endRecording() {
|
| +sk_sp<PaintRecord> SkPictureBuilder::endRecording() {
|
| m_context->beginRecording(m_bounds);
|
| m_paintController->commitNewDisplayItems();
|
| m_paintController->paintArtifact().replay(*m_context);
|
|
|