| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index c60cfad78b09d57a4ec22ff5501bac55f2c66011..67236a938698570d9a2cee792dce0c7ec7970ffa 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -558,8 +558,9 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_DestroyTransferBuffer,
|
| // Create and initialize a hardware video decoder using the specified route_id.
|
| // Created decoders should be freed with AcceleratedVideoDecoderMsg_Destroy when
|
| // no longer needed.
|
| -IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateVideoDecoder,
|
| +IPC_SYNC_MESSAGE_ROUTED3_1(GpuCommandBufferMsg_CreateVideoDecoder,
|
| media::VideoCodecProfile /* profile */,
|
| + uint32, /* min_picture_count */
|
| int32, /* route_id */
|
| bool /* succeeded */)
|
|
|
|
|