| Index: gpu/command_buffer/service/mailbox_synchronizer.cc
|
| diff --git a/gpu/command_buffer/service/mailbox_synchronizer.cc b/gpu/command_buffer/service/mailbox_synchronizer.cc
|
| index 0503fb12bdaba73f6b350633b301cfb91b170853..d25368ab09642ce0485747a7f314f02174ba24fe 100644
|
| --- a/gpu/command_buffer/service/mailbox_synchronizer.cc
|
| +++ b/gpu/command_buffer/service/mailbox_synchronizer.cc
|
| @@ -174,8 +174,6 @@ void MailboxSynchronizer::PushTextureUpdates(MailboxManager* manager) {
|
| textures_.insert(std::make_pair(texture, TextureVersion(group)));
|
| }
|
| }
|
| - // Make sure all write fences are flushed.
|
| - glFlush();
|
| }
|
|
|
| void MailboxSynchronizer::UpdateTextureLocked(Texture* texture,
|
|
|