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

Unified Diff: ppapi/c/ppp_mouse_lock.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/ppp_messaging.h ('k') | ppapi/c/private/ppb_file_ref_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp_mouse_lock.h
diff --git a/ppapi/c/ppp_mouse_lock.h b/ppapi/c/ppp_mouse_lock.h
index 376835ac72a6b2ebd87100ca0333ba76d2ebef12..76cd2db38d1984bc5bd1726e38667260339581e9 100644
--- a/ppapi/c/ppp_mouse_lock.h
+++ b/ppapi/c/ppp_mouse_lock.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppp_mouse_lock.idl modified Wed Nov 9 12:07:33 2011. */
+/* From ppp_mouse_lock.idl modified Wed Dec 21 19:08:34 2011. */
#ifndef PPAPI_C_PPP_MOUSE_LOCK_H_
#define PPAPI_C_PPP_MOUSE_LOCK_H_
@@ -31,7 +31,7 @@
* The <code>PPP_MouseLock</code> interface contains a function that you must
* implement to receive mouse lock events from the browser.
*/
-struct PPP_MouseLock {
+struct PPP_MouseLock_1_0 {
/**
* MouseLockLost() is called when the instance loses the mouse lock, such as
* when the user presses the ESC key.
@@ -41,6 +41,8 @@ struct PPP_MouseLock {
*/
void (*MouseLockLost)(PP_Instance instance);
};
+
+typedef struct PPP_MouseLock_1_0 PPP_MouseLock;
/**
* @}
*/
« no previous file with comments | « ppapi/c/ppp_messaging.h ('k') | ppapi/c/private/ppb_file_ref_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698