Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: gpu/command_buffer/service/context_group.cc

Issue 14188053: gpu: Change Produce/ConsumeTexture to allow texture sharing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 725fba25070f9e570a4e63e96b805963f9094418..54e0a44a9959d1dabf8bdac746b768b23f922f78 100644
--- a/gpu/command_buffer/service/context_group.cc
+++ b/gpu/command_buffer/service/context_group.cc
@@ -263,8 +263,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();
}

Powered by Google App Engine
This is Rietveld 408576698