diff options
Diffstat (limited to 'content/common/gpu/gpu_messages.h')
-rw-r--r-- | content/common/gpu/gpu_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h index 10a52ff..6041775 100644 --- a/content/common/gpu/gpu_messages.h +++ b/content/common/gpu/gpu_messages.h @@ -396,7 +396,7 @@ IPC_MESSAGE_ROUTED2(GpuCommandBufferMsg_CreateVideoDecoder, // Release all resources held by the hardware video decoder associated with this // stub. -IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_DestroyVideoDecoder); +IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_DestroyVideoDecoder) // Send from command buffer stub to proxy when window is invalid and must be // repainted. |