Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 2f84f97ffc4c6a724acdc531c933d237e2ac34c5..a6db266c33f64b26e9b5f4ff00767b4346ea0b96 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -842,3 +842,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 */) |