| 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 09a3f1dcc9e189b114f9eec03bade77fa331ee39..90e391605b031b30f1cd0be16a67fedeac876adc 100644
|
| --- a/gpu/command_buffer/service/mailbox_synchronizer.cc
|
| +++ b/gpu/command_buffer/service/mailbox_synchronizer.cc
|
| @@ -150,8 +150,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,
|
|
|