| Index: third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| index 04469c0be746828e1cc5cb635fe34cb64fda46e2..8bd2acd181c6acb0c2c70b7635f00436b20e9d7f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| @@ -41,7 +41,7 @@ namespace blink {
|
| class PLATFORM_EXPORT UnacceleratedImageBufferSurface : public ImageBufferSurface {
|
| WTF_MAKE_NONCOPYABLE(UnacceleratedImageBufferSurface); USING_FAST_MALLOC(UnacceleratedImageBufferSurface);
|
| public:
|
| - UnacceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque, ImageInitializationMode = InitializeImagePixels);
|
| + UnacceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque, ImageInitializationMode = InitializeImagePixels, sk_sp<SkColorSpace> = nullptr);
|
| ~UnacceleratedImageBufferSurface() override;
|
|
|
| SkCanvas* canvas() override;
|
|
|