| 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.
|
|
|