Chromium Code Reviews| Index: content/common/gpu/gpu_messages.h |
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
| index 961c33fd6d5bf15fa34af03353693236731ac7b4..925ed3a573b5b90e62126097baf61d9a5aa26efd 100644 |
| --- a/content/common/gpu/gpu_messages.h |
| +++ b/content/common/gpu/gpu_messages.h |
| @@ -847,3 +847,8 @@ IPC_MESSAGE_ROUTED0(AcceleratedJpegDecoderMsg_Destroy) |
| IPC_MESSAGE_ROUTED2(AcceleratedJpegDecoderHostMsg_DecodeAck, |
| int32_t, /* bitstream_buffer_id */ |
| media::JpegDecodeAccelerator::Error /* error */) |
| + |
| +IPC_MESSAGE_CONTROL0(GpuMsg_CreateArcVideoAcceleratorChannel) |
| +IPC_MESSAGE_CONTROL0(GpuMsg_ShutdownArcVideoService) |
| +IPC_MESSAGE_CONTROL1(GpuHostMsg_ArcVideoAcceleratorChannelCreated, |
| + IPC::ChannelHandle /* handle to channel */) |
|
Avi (use Gerrit)
2016/01/06 16:24:10
Every other set of messages in this file has comme
kcwu
2016/01/07 08:16:12
Done.
Also add #if defined(OS_CHROMEOS) in gpu_pro
|