| 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 cdc23e9bea6b68301636a58f35efa4d4f04a833b..fe9f3d8b78539a333b79a8699c70ef25122efcac 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| @@ -37,7 +37,7 @@ SkPictureBuilder::SkPictureBuilder(const FloatRect& bounds,
|
|
|
| SkPictureBuilder::~SkPictureBuilder() {}
|
|
|
| -sk_sp<SkPicture> SkPictureBuilder::endRecording() {
|
| +sk_sp<CdlPicture> SkPictureBuilder::endRecording() {
|
| m_context->beginRecording(m_bounds);
|
| m_paintController->commitNewDisplayItems();
|
| m_paintController->paintArtifact().replay(*m_context);
|
|
|