| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 0248caa1328bda65bf1880f83f1ea05e08940932..33fe22b6f5acd4dce84c6f4a48718aa4d5681419 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -201,6 +201,13 @@
|
| IPC_SYNC_MESSAGE_CONTROL1_0(GpuChannelMsg_DestroyCommandBuffer,
|
| int32_t /* instance_id */)
|
|
|
| +// Create and initialize a hardware jpeg decoder using the specified route_id.
|
| +// Created decoders should be freed with AcceleratedJpegDecoderMsg_Destroy when
|
| +// no longer needed.
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(GpuChannelMsg_CreateJpegDecoder,
|
| + int32_t /* route_id */,
|
| + bool /* succeeded */)
|
| +
|
| // Simple NOP message which can be used as fence to ensure all previous sent
|
| // messages have been received.
|
| IPC_SYNC_MESSAGE_CONTROL0_0(GpuChannelMsg_Nop)
|
|
|