| 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 2fe2f6f5fc84799c0bb05400f417a3636631bc65..91ee454b3f81ce2c10d41803e7ff29ab287488c1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| @@ -48,8 +48,7 @@ class PLATFORM_EXPORT AcceleratedImageBufferSurface
|
| public:
|
| AcceleratedImageBufferSurface(const IntSize&,
|
| OpacityMode = kNonOpaque,
|
| - sk_sp<SkColorSpace> = nullptr,
|
| - SkColorType = kN32_SkColorType);
|
| + const CanvasColorParams& = CanvasColorParams());
|
| ~AcceleratedImageBufferSurface() override {}
|
|
|
| PaintCanvas* Canvas() override { return canvas_.get(); }
|
|
|