Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: components/arc/common/arc_host_messages.h

Issue 1456133005: arc-bridge: establish connections with arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu-arc-accelerator
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/arc_bridge_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « components/arc/arc_bridge_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698