| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index 20c3f9c3907e8cce1954ef212d7b2cb35cb049b3..88ecc0c8f5e27508c9503f6bfc04ade06dc34cca 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -75,7 +75,7 @@ class PLATFORM_EXPORT ImageBuffer {
|
| WTF_MAKE_NONCOPYABLE(ImageBuffer);
|
| USING_FAST_MALLOC(ImageBuffer);
|
| public:
|
| - static std::unique_ptr<ImageBuffer> create(const IntSize&, OpacityMode = NonOpaque, ImageInitializationMode = InitializeImagePixels);
|
| + static std::unique_ptr<ImageBuffer> create(const IntSize&, OpacityMode = NonOpaque, ImageInitializationMode = InitializeImagePixels, sk_sp<SkColorSpace> = nullptr);
|
| static std::unique_ptr<ImageBuffer> create(std::unique_ptr<ImageBufferSurface>);
|
|
|
| virtual ~ImageBuffer();
|
|
|