| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index 96a71fc4f18fc899c83efe77bc75b55a94dee6c1..ccb1c81d690ac26710a0f17226dc2236b0f4fdd0 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -3953,9 +3953,6 @@ GLuint GLES2Implementation::CreateImageCHROMIUMHelper(ClientBuffer buffer,
|
| return 0;
|
| }
|
|
|
| - // Flush the command stream to ensure ordering in case the newly
|
| - // returned image_id has recently been in use with a different buffer.
|
| - helper_->CommandBufferHelper::Flush();
|
| int32_t image_id =
|
| gpu_control_->CreateImage(buffer, width, height, internalformat);
|
| if (image_id < 0) {
|
|
|