| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| index 25d0041ddfd0cca16a587818e68622866e3cd35e..27ef96f3038e8ebac48e2a38db86283b8286c72d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -1214,7 +1214,7 @@ DrawingBuffer::TextureInfo DrawingBuffer::createTextureAndAllocateMemory(
|
| GC3D_SCANOUT_CHROMIUM);
|
| GLuint textureId = createColorTexture(parameters);
|
| if (imageId) {
|
| - m_gl->BindTexImage2DCHROMIUM(parameters.target, imageId);
|
| + m_gl->BindTexImage2DCHROMIUM(parameters.target, imageId, 0);
|
| }
|
|
|
| TextureInfo info;
|
|
|