Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
index b64cc54640c4871aa12292a9c79d9b96c2eb1dd9..5e92bf7a36b61b6846ceeabacb80355378ad3692 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
@@ -9292,6 +9292,7 @@ error::Error GLES2DecoderImpl::HandleInsertSyncPointCHROMIUM( |
error::Error GLES2DecoderImpl::HandleWaitSyncPointCHROMIUM( |
uint32 immediate_data_size, const cmds::WaitSyncPointCHROMIUM& c) { |
+ group_->mailbox_manager()->PullTextureUpdates(); |
if (wait_sync_point_callback_.is_null()) |
return error::kNoError; |