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

Unified Diff: ppapi/c/ppp_input_event.h

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for line-wrap. Created 8 years, 12 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/ppb_view.h ('k') | ppapi/c/ppp_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp_input_event.h
diff --git a/ppapi/c/ppp_input_event.h b/ppapi/c/ppp_input_event.h
index 4f0710627106d54239ad76bc6148177fb915efb0..b8d72daf08c288aa1802ed9760712b98286d9996 100644
--- a/ppapi/c/ppp_input_event.h
+++ b/ppapi/c/ppp_input_event.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppp_input_event.idl modified Thu Dec 15 12:44:27 2011. */
+/* From ppp_input_event.idl modified Mon Dec 19 19:44:12 2011. */
#ifndef PPAPI_C_PPP_INPUT_EVENT_H_
#define PPAPI_C_PPP_INPUT_EVENT_H_
@@ -27,7 +27,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPP_InputEvent {
+struct PPP_InputEvent_0_1 {
/**
* Function for receiving input events from the browser.
*
@@ -74,6 +74,8 @@ struct PPP_InputEvent {
*/
PP_Bool (*HandleInputEvent)(PP_Instance instance, PP_Resource input_event);
};
+
+typedef struct PPP_InputEvent_0_1 PPP_InputEvent;
/**
* @}
*/
« no previous file with comments | « ppapi/c/ppb_view.h ('k') | ppapi/c/ppp_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698