| Index: gpu/command_buffer/service/mailbox_manager.cc
|
| diff --git a/gpu/command_buffer/service/mailbox_manager.cc b/gpu/command_buffer/service/mailbox_manager.cc
|
| index 43cb59b66d492f58ee2549436f7fcd114ac799db..9cdf0bc885ad63d0d319afa8ffcb3bcbeb1fd376 100644
|
| --- a/gpu/command_buffer/service/mailbox_manager.cc
|
| +++ b/gpu/command_buffer/service/mailbox_manager.cc
|
| @@ -77,7 +77,6 @@ void MailboxManager::DestroyOwnedTextures(TextureManager* owner,
|
| TextureDefinitionMap::iterator current_it = it;
|
| ++it;
|
| if (current_it->second.owner == owner) {
|
| - NOTREACHED();
|
| GLuint service_id = current_it->second.definition->ReleaseServiceId();
|
| if (have_context)
|
| glDeleteTextures(1, &service_id);
|
|
|