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

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

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use GpuProcessHost instead of GpuChannelHost 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
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 */)

Powered by Google App Engine
This is Rietveld 408576698