| Index: third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| index 021cb84fa9906556dc6eac57209ecd9e84eb3d45..dc1163f82d1c2b3fdc94faa78e1642ea5da4eed3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| @@ -41,7 +41,7 @@ namespace blink {
|
| class PLATFORM_EXPORT AcceleratedImageBufferSurface : public ImageBufferSurface {
|
| WTF_MAKE_NONCOPYABLE(AcceleratedImageBufferSurface); USING_FAST_MALLOC(AcceleratedImageBufferSurface);
|
| public:
|
| - AcceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque);
|
| + AcceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque, sk_sp<SkColorSpace> = nullptr);
|
| ~AcceleratedImageBufferSurface() override { }
|
|
|
| SkCanvas* canvas() override { return m_surface ? m_surface->getCanvas() : nullptr; }
|
|
|