Index: content/common/gpu/client/gl_helper.cc |
diff --git a/content/common/gpu/client/gl_helper.cc b/content/common/gpu/client/gl_helper.cc |
index cad383819a3b821944e46c6a95ab9a1bbbbb26df..09dcd1c0fe4479d8c4c4cd57c1c987b637edd95f 100644 |
--- a/content/common/gpu/client/gl_helper.cc |
+++ b/content/common/gpu/client/gl_helper.cc |
@@ -555,7 +555,7 @@ void GLHelper::CopyTextureToImpl::CropScaleReadbackAndCleanTexture( |
GL_STREAM_READ); |
context_->readPixels(0, 0, size.width(), size.height(), |
- GL_RGBA, GL_UNSIGNED_BYTE, 0); |
+ GL_RGBA, GL_UNSIGNED_BYTE, NULL); |
context_->bindBuffer(GL_PIXEL_PACK_TRANSFER_BUFFER_CHROMIUM, 0); |
context_->GetCommandBufferProxy()->SignalSyncPoint( |
context_->insertSyncPoint(), |