| Index: gpu/command_buffer/service/context_group.cc
|
| diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc
|
| index 2a3809dd2b17323cd199c66023205bcbd574b4e9..3924465161612587dfdcf0a29f35cdb0da952386 100644
|
| --- a/gpu/command_buffer/service/context_group.cc
|
| +++ b/gpu/command_buffer/service/context_group.cc
|
| @@ -277,8 +277,6 @@ void ContextGroup::Destroy(GLES2Decoder* decoder, bool have_context) {
|
| }
|
|
|
| if (texture_manager_ != NULL) {
|
| - mailbox_manager_->DestroyOwnedTextures(texture_manager_.get(),
|
| - have_context);
|
| texture_manager_->Destroy(have_context);
|
| texture_manager_.reset();
|
| }
|
|
|