| 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 2d8215d5774b9da21fbdf7c724edcc20d57da57c..916ec4a2165e2d4eb6b465a5f9b92293098f38f8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| @@ -30,7 +30,7 @@ SkPictureBuilder::SkPictureBuilder(const FloatRect& bounds, SkMetaData* metaData
|
|
|
| SkPictureBuilder::~SkPictureBuilder() {}
|
|
|
| -PassRefPtr<SkPicture> SkPictureBuilder::endRecording()
|
| +sk_sp<SkPicture> SkPictureBuilder::endRecording()
|
| {
|
| m_context->beginRecording(m_bounds);
|
| m_paintController->endSkippingCache();
|
|
|