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

Unified Diff: components/arc/common/arc_host_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_host_messages.h
diff --git a/components/arc/common/arc_host_messages.h b/components/arc/common/arc_host_messages.h
index d4d72fe27c79c536259e795db5f6a4b69ae061cf..fadeb5703f5597f80759ec1caa16293cd3092c93 100644
--- a/components/arc/common/arc_host_messages.h
+++ b/components/arc/common/arc_host_messages.h
@@ -10,3 +10,4 @@
#define IPC_MESSAGE_START ArcInstanceHostMsgStart
IPC_MESSAGE_CONTROL0(ArcInstanceHostMsg_InstanceReady)
+IPC_MESSAGE_CONTROL0(ArcInstanceHostMsg_CreateArcVideoAcceleratorConnection)

Powered by Google App Engine
This is Rietveld 408576698