Index: components/arc/common/arc_host_messages.h |
diff --git a/components/arc/common/arc_host_messages.h b/components/arc/common/arc_host_messages.h |
index d4d72fe27c79c536259e795db5f6a4b69ae061cf..d04457c79ce95e7971ec6f74d7b518292827becd 100644 |
--- a/components/arc/common/arc_host_messages.h |
+++ b/components/arc/common/arc_host_messages.h |
@@ -5,8 +5,14 @@ |
// Messages sent from the ARC instance to the host. |
// Multiply-included message file, hence no include guard. |
+#include "ipc/ipc_channel_handle.h" |
#include "ipc/ipc_message_macros.h" |
#define IPC_MESSAGE_START ArcInstanceHostMsgStart |
IPC_MESSAGE_CONTROL0(ArcInstanceHostMsg_InstanceReady) |
+ |
+IPC_SYNC_MESSAGE_CONTROL1_2(ArcInstanceHostMsg_CreateArcVideoAccelerator, |
+ uint32_t /* device_type */, |
+ IPC::ChannelHandle /* handle to channel */, |
+ uint32_t /* initialization result */) |