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

Unified Diff: ppapi/c/dev/ppb_ime_input_event_dev.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/dev/ppb_gles_chromium_texture_mapping_dev.h ('k') | ppapi/c/dev/ppb_layer_compositor_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_ime_input_event_dev.h
diff --git a/ppapi/c/dev/ppb_ime_input_event_dev.h b/ppapi/c/dev/ppb_ime_input_event_dev.h
index 519a301cc08aebfd04597cad1e1e88570d637e57..2297c10f711b8c9047eb4ba7391a95d2c5f3b3fe 100644
--- a/ppapi/c/dev/ppb_ime_input_event_dev.h
+++ b/ppapi/c/dev/ppb_ime_input_event_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_ime_input_event_dev.idl modified Wed Sep 21 12:31:56 2011. */
+/* From dev/ppb_ime_input_event_dev.idl modified Wed Oct 5 14:06:02 2011. */
#ifndef PPAPI_C_DEV_PPB_IME_INPUT_EVENT_DEV_H_
#define PPAPI_C_DEV_PPB_IME_INPUT_EVENT_DEV_H_
@@ -27,7 +27,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPB_IMEInputEvent_Dev {
+struct PPB_IMEInputEvent_Dev_0_1 {
/**
* IsIMEInputEvent() determines if a resource is an IME event.
*
@@ -100,6 +100,8 @@ struct PPB_IMEInputEvent_Dev {
*/
void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end);
};
+
+typedef struct PPB_IMEInputEvent_Dev_0_1 PPB_IMEInputEvent_Dev;
/**
* @}
*/
« no previous file with comments | « ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h ('k') | ppapi/c/dev/ppb_layer_compositor_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698