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

Unified Diff: ppapi/c/dev/ppb_cursor_control_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_crypto_dev.h ('k') | ppapi/c/dev/ppb_directory_reader_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_cursor_control_dev.h
diff --git a/ppapi/c/dev/ppb_cursor_control_dev.h b/ppapi/c/dev/ppb_cursor_control_dev.h
index 4bb3b8098bf94442d4ed46fbf9f0575305f037c4..6f1c767e3ec987c9a40b59db58b326c5c86b5cfe 100644
--- a/ppapi/c/dev/ppb_cursor_control_dev.h
+++ b/ppapi/c/dev/ppb_cursor_control_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_cursor_control_dev.idl modified Thu Nov 17 14:24:28 2011. */
+/* From dev/ppb_cursor_control_dev.idl modified Fri Nov 18 15:58:00 2011. */
#ifndef PPAPI_C_DEV_PPB_CURSOR_CONTROL_DEV_H_
#define PPAPI_C_DEV_PPB_CURSOR_CONTROL_DEV_H_
@@ -30,7 +30,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPB_CursorControl_Dev {
+struct PPB_CursorControl_Dev_0_4 {
/**
* Set a cursor. If "type" is PP_CURSORTYPE_CUSTOM, then "custom_image"
* must be an ImageData resource containing the cursor and "hot_spot" must
@@ -75,6 +75,8 @@ struct PPB_CursorControl_Dev {
*/
PP_Bool (*CanLockCursor)(PP_Instance instance);
};
+
+typedef struct PPB_CursorControl_Dev_0_4 PPB_CursorControl_Dev;
/**
* @}
*/
« no previous file with comments | « ppapi/c/dev/ppb_crypto_dev.h ('k') | ppapi/c/dev/ppb_directory_reader_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698