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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 8414054: Hello Pepper API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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 | « ppapi/proxy/interface_list.cc ('k') | ppapi/proxy/ppb_hello_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index a66b2b2bc709a017a1c1785ba3a0e639c7f997a9..8c60ad1d997a2eee008dbaf855302adb115fb5e7 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -845,6 +845,18 @@ IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBGraphics3D_GetTransferBuffer,
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics3D_SwapBuffers,
ppapi::HostResource /* graphics_3d */)
+// PPB_Hello.
+IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBHello_Create,
+ PP_Instance /* instance */,
+ ppapi::HostResource /* result */)
+
+IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBHello_Hello,
+ ppapi::HostResource /* context */)
+
+IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBHello_WhoAreYou,
+ ppapi::HostResource /* context */,
+ ppapi::proxy::SerializedVar /* result */)
+
// PPB_Instance.
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetWindowObject,
PP_Instance /* instance */,
« no previous file with comments | « ppapi/proxy/interface_list.cc ('k') | ppapi/proxy/ppb_hello_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698