| 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
|
|
|