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

Unified Diff: ppapi/c/ppp_message_handler.h

Issue 600893002: PPAPI: Move PPB_Messaging 1.2 to stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary dependencies 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
Index: ppapi/c/ppp_message_handler.h
diff --git a/ppapi/c/ppp_message_handler.h b/ppapi/c/ppp_message_handler.h
index b73ecb74890e739ce5b1e6703e1b07f4c32875a1..62face87595e15de50860e688f5e217c62a9e5ec 100644
--- a/ppapi/c/ppp_message_handler.h
+++ b/ppapi/c/ppp_message_handler.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppp_message_handler.idl modified Wed Sep 17 16:54:35 2014. */
+/* From ppp_message_handler.idl modified Wed Sep 24 10:48:49 2014. */
#ifndef PPAPI_C_PPP_MESSAGE_HANDLER_H_
#define PPAPI_C_PPP_MESSAGE_HANDLER_H_
@@ -36,7 +36,7 @@
* This interface struct should not be returned by PPP_GetInterface; instead it
* must be passed as a parameter to PPB_Messaging::RegisterMessageHandler.
*/
-struct PPP_MessageHandler_0_2 { /* dev */
+struct PPP_MessageHandler_0_2 {
/**
* Invoked as a result of JavaScript invoking postMessage() on the plugin's
* DOM element.
@@ -86,6 +86,8 @@ struct PPP_MessageHandler_0_2 { /* dev */
*/
void (*Destroy)(PP_Instance instance, void* user_data);
};
+
+typedef struct PPP_MessageHandler_0_2 PPP_MessageHandler;
/**
* @}
*/

Powered by Google App Engine
This is Rietveld 408576698