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

Unified Diff: ppapi/c/ppb_messaging.h

Issue 564573002: PPAPI: Make PPP_MessageHandler work in PNaCl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 6 years, 3 months 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/c/dev/ppb_messaging_deprecated.h ('k') | ppapi/c/ppp_message_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_messaging.h
diff --git a/ppapi/c/ppb_messaging.h b/ppapi/c/ppb_messaging.h
index c361d1488bcdd928a5a16d2b9dd43e5541d376a7..73ec4a607a940e544d66e721e700ad165ec4551f 100644
--- a/ppapi/c/ppb_messaging.h
+++ b/ppapi/c/ppb_messaging.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_messaging.idl modified Fri Jun 13 15:28:26 2014. */
+/* From ppb_messaging.idl modified Wed Sep 10 15:41:14 2014. */
#ifndef PPAPI_C_PPB_MESSAGING_H_
#define PPAPI_C_PPB_MESSAGING_H_
@@ -17,7 +17,7 @@
#include "ppapi/c/ppp_message_handler.h"
#define PPB_MESSAGING_INTERFACE_1_0 "PPB_Messaging;1.0"
-#define PPB_MESSAGING_INTERFACE_1_1 "PPB_Messaging;1.1" /* dev */
+#define PPB_MESSAGING_INTERFACE_1_2 "PPB_Messaging;1.2" /* dev */
#define PPB_MESSAGING_INTERFACE PPB_MESSAGING_INTERFACE_1_0
/**
@@ -37,7 +37,7 @@
* and is related to sending messages to JavaScript message event listeners on
* the DOM element associated with specific module instance.
*/
-struct PPB_Messaging_1_1 { /* dev */
+struct PPB_Messaging_1_2 { /* dev */
/**
* PostMessage() asynchronously invokes any listeners for message events on
* the DOM element for the given module instance. A call to PostMessage()
@@ -137,7 +137,7 @@ struct PPB_Messaging_1_1 { /* dev */
int32_t (*RegisterMessageHandler)(
PP_Instance instance,
void* user_data,
- const struct PPP_MessageHandler_0_1* handler,
+ const struct PPP_MessageHandler_0_2* handler,
PP_Resource message_loop);
/**
* Unregisters the current message handler for <code>instance</code> if one
« no previous file with comments | « ppapi/c/dev/ppb_messaging_deprecated.h ('k') | ppapi/c/ppp_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698