| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 477f0db0f533d4625165b621374731ecdd0c3098..b43d08523ff360896c675a5b41db2d6652590dee 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -386,8 +386,8 @@ IPC_SYNC_MESSAGE_ROUTED1_2(GpuCommandBufferMsg_GetTransferBuffer,
|
| uint32 /* size */)
|
|
|
| // Create and initialize a hardware video decoder.
|
| -IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_CreateVideoDecoder,
|
| - std::vector<uint32> /* configs */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_0(GpuCommandBufferMsg_CreateVideoDecoder,
|
| + std::vector<uint32> /* configs */)
|
|
|
| // Release all resources held by the hardware video decoder associated with this
|
| // stub.
|
|
|