| 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..1b48b53da27eaa6b4b75c31d6932b3eff5aa1a64 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.
|
| @@ -496,9 +496,6 @@ IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers,
|
| int32, /* Number of video frames to generate */
|
| gfx::Size) /* Requested size of buffer */
|
|
|
| -// Notify client that decoder has been initialized.
|
| -IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_InitializeDone)
|
| -
|
| // Decoder reports that a picture is ready and buffer does not need to be passed
|
| // back to the decoder.
|
| IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_DismissPictureBuffer,
|
|
|