| Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| index 20b6491e85010f2bf0c79c649415f7e6e0351a80..7ed79ddfc647cd4471a8fd8377c02c23f9a5e136 100644
|
| --- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| @@ -14,7 +14,7 @@
|
| namespace blink {
|
|
|
| ImageBitmapRenderingContext::ImageBitmapRenderingContext(HTMLCanvasElement* canvas, CanvasContextCreationAttributes attrs, Document& document)
|
| - : CanvasRenderingContext(canvas)
|
| + : CanvasRenderingContext(canvas, nullptr, attrs.colorSpace())
|
| , m_hasAlpha(attrs.alpha())
|
| { }
|
|
|
|
|