| 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 4f358baf8b488d696e479af1382ee7c8349e1446..203a09f8fb4ab464a66ea634a28b226ca57b17e5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -78,7 +78,7 @@ class PLATFORM_EXPORT ImageBuffer {
|
| const IntSize&,
|
| OpacityMode = kNonOpaque,
|
| ImageInitializationMode = kInitializeImagePixels,
|
| - sk_sp<SkColorSpace> = nullptr);
|
| + const CanvasColorParams& = CanvasColorParams());
|
| static std::unique_ptr<ImageBuffer> Create(
|
| std::unique_ptr<ImageBufferSurface>);
|
|
|
|
|