| Index: ppapi/c/ppb_messaging.h
|
| diff --git a/ppapi/c/ppb_messaging.h b/ppapi/c/ppb_messaging.h
|
| index f12311cf545284a8b4f701c37d037650ce432907..21bae5b137c7ae8df33c2d64146a78124dd27b70 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 Mon Aug 29 10:11:34 2011. */
|
| +/* From ppb_messaging.idl modified Wed Oct 5 14:06:02 2011. */
|
|
|
| #ifndef PPAPI_C_PPB_MESSAGING_H_
|
| #define PPAPI_C_PPB_MESSAGING_H_
|
| @@ -34,7 +34,7 @@
|
| * and is related to sending messages to JavaScript message event listeners on
|
| * the DOM element associated with specific module instance.
|
| */
|
| -struct PPB_Messaging {
|
| +struct PPB_Messaging_1_0 {
|
| /**
|
| * PostMessage() asynchronously invokes any listeners for message events on
|
| * the DOM element for the given module instance. A call to PostMessage()
|
| @@ -93,6 +93,8 @@ struct PPB_Messaging {
|
| */
|
| void (*PostMessage)(PP_Instance instance, struct PP_Var message);
|
| };
|
| +
|
| +typedef struct PPB_Messaging_1_0 PPB_Messaging;
|
| /**
|
| * @}
|
| */
|
|
|