| 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 86f6a95cb5e5d698d4db0aa02b892714d60ddf7b..bceed72d555e2ee17b663660ee3cf5dd3636c166 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);
|
|
|