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

Unified Diff: content/common/gpu/gpu_messages.h

Issue 7467037: Made Destroy() followup more aggressive to test for races. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 5 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: content/common/gpu/gpu_messages.h
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
index a852b45b16e41383eb1800c96096e8149ecbc9c0..416655314df895af23643c280263f3b9f7c6e034 100644
--- a/content/common/gpu/gpu_messages.h
+++ b/content/common/gpu/gpu_messages.h
@@ -396,7 +396,7 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_CreateVideoDecoder,
// Release all resources held by the hardware video decoder associated with this
// stub.
-IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_DestroyVideoDecoder)
+IPC_SYNC_MESSAGE_ROUTED0_0(GpuCommandBufferMsg_DestroyVideoDecoder)
// Send from command buffer stub to proxy when window is invalid and must be
// repainted.

Powered by Google App Engine
This is Rietveld 408576698