| 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 bfd929a4b526efbca35f5af771a6479dca7dd864..e83c30cf6da1fbcb9fd3b5eeb192ac3def96a8f3 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -3982,7 +3982,6 @@ GLuint GLES2Implementation::InsertFutureSyncPointCHROMIUM() {
|
| GPU_CLIENT_SINGLE_THREAD_CHECK();
|
| GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glInsertFutureSyncPointCHROMIUM");
|
| DCHECK(capabilities_.future_sync_points);
|
| - helper_->CommandBufferHelper::Flush();
|
| return gpu_control_->InsertFutureSyncPoint();
|
| }
|
|
|
|
|