| Index: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| index 2e5d2a7007480d667964e339bcbd6538ff1b8aea..9e480c4be7f2cbb8cf06e1bbd93548e0b95f7b4f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| @@ -36,7 +36,6 @@
|
| #include "third_party/skia/include/core/SkColorSpace.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
|
|
| -class SkPicture;
|
|
|
| namespace blink {
|
|
|
| @@ -53,7 +52,7 @@ ImageBufferSurface::ImageBufferSurface(const IntSize& size,
|
|
|
| ImageBufferSurface::~ImageBufferSurface() {}
|
|
|
| -sk_sp<SkPicture> ImageBufferSurface::getPicture() {
|
| +sk_sp<PaintRecord> ImageBufferSurface::getPicture() {
|
| return nullptr;
|
| }
|
|
|
|
|