| 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..04ad4c940537b62a57fbdce308aadbdf01abe3f9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| @@ -33,10 +33,10 @@
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/StaticBitmapImage.h"
|
| +#include "skia/ext/cdl_common.h"
|
| #include "third_party/skia/include/core/SkColorSpace.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
|
|
| -class SkPicture;
|
|
|
| namespace blink {
|
|
|
| @@ -53,7 +53,7 @@ ImageBufferSurface::ImageBufferSurface(const IntSize& size,
|
|
|
| ImageBufferSurface::~ImageBufferSurface() {}
|
|
|
| -sk_sp<SkPicture> ImageBufferSurface::getPicture() {
|
| +sk_sp<CdlPicture> ImageBufferSurface::getPicture() {
|
| return nullptr;
|
| }
|
|
|
|
|