| Index: components/arc/common/arc_instance_messages.h
|
| diff --git a/components/arc/common/arc_instance_messages.h b/components/arc/common/arc_instance_messages.h
|
| index a9972296a0032cdd979eeb94da7477d38bee580e..a0b97d8b24ad5615ec3ddca089303dc5289f5b09 100644
|
| --- a/components/arc/common/arc_instance_messages.h
|
| +++ b/components/arc/common/arc_instance_messages.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/file_descriptor_posix.h"
|
| #include "ipc/ipc_message_macros.h"
|
| +#include "ipc/ipc_channel_handle.h"
|
|
|
| #define IPC_MESSAGE_START ArcInstanceMsgStart
|
|
|
| @@ -22,3 +23,6 @@ IPC_MESSAGE_CONTROL3(ArcInstanceMsg_RegisterInputDevice,
|
| std::string, /* name */
|
| std::string, /* device_type */
|
| base::FileDescriptor /* fd */)
|
| +
|
| +IPC_MESSAGE_CONTROL1(ArcInstanceMsg_NotifyVideoAcceleratorConnecitonCreated,
|
| + IPC::ChannelHandle /* handle */)
|
|
|