| Index: Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/Source/platform/graphics/gpu/DrawingBuffer.cpp b/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| index cd89b69202d24df591a2c4225ef5a7f6423dee0b..3b0e5b2edf6e75909c5aca3ab4a0424e159ae5ac 100644
|
| --- a/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -858,7 +858,7 @@ bool DrawingBuffer::paintRenderingResultsToImageData(int& width, int& height, So
|
| if (dataSize.hasOverflowed())
|
| return false;
|
|
|
| - WTF::ArrayBufferContents pixels(width * height, 4, WTF::ArrayBufferContents::DontInitialize);
|
| + WTF::ArrayBufferContents pixels(width * height, 4, WTF::ArrayBufferContents::NotShared, WTF::ArrayBufferContents::DontInitialize);
|
|
|
| GLint fbo = 0;
|
| if (sourceBuffer == FrontBuffer && m_frontColorBuffer.texInfo.textureId) {
|
|
|