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

Unified Diff: gpu/ipc/in_process_command_buffer.cc

Issue 2692063004: Release gpu::ContextGroup in gpu::InProcessCommandBuffer on GPU thread (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/in_process_command_buffer.cc
diff --git a/gpu/ipc/in_process_command_buffer.cc b/gpu/ipc/in_process_command_buffer.cc
index fd1e6b2a30fd7d183562ec2a574bda79be3aa081..222edd5d802272a53e04308b67121e7305a163f7 100644
--- a/gpu/ipc/in_process_command_buffer.cc
+++ b/gpu/ipc/in_process_command_buffer.cc
@@ -465,6 +465,7 @@ bool InProcessCommandBuffer::DestroyOnGpuThread() {
sync_point_order_data_ = nullptr;
}
gl_share_group_ = nullptr;
+ context_group_ = nullptr;
base::AutoLock lock(task_queue_lock_);
std::queue<std::unique_ptr<GpuTask>> empty;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698