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

Unified Diff: ppapi/c/private/ppb_flash_fullscreen.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/private/ppb_flash_clipboard.h ('k') | ppapi/c/private/ppb_flash_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_flash_fullscreen.h
diff --git a/ppapi/c/private/ppb_flash_fullscreen.h b/ppapi/c/private/ppb_flash_fullscreen.h
index 6f84af81cac0c0d7336533c93aefa7ffcc334e1a..21f60ef19d91048a25f391be1b60cda32fb6c160 100644
--- a/ppapi/c/private/ppb_flash_fullscreen.h
+++ b/ppapi/c/private/ppb_flash_fullscreen.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_flash_fullscreen.idl modified Tue Nov 29 11:39:26 2011. */
+/* From private/ppb_flash_fullscreen.idl modified Wed Dec 14 18:08:00 2011. */
#ifndef PPAPI_C_PRIVATE_PPB_FLASH_FULLSCREEN_H_
#define PPAPI_C_PRIVATE_PPB_FLASH_FULLSCREEN_H_
@@ -27,7 +27,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPB_FlashFullscreen {
+struct PPB_FlashFullscreen_0_1 {
/**
* Checks whether the plugin instance is currently in fullscreen mode.
*/
@@ -54,6 +54,8 @@ struct PPB_FlashFullscreen {
*/
PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);
};
+
+typedef struct PPB_FlashFullscreen_0_1 PPB_FlashFullscreen;
/**
* @}
*/
« no previous file with comments | « ppapi/c/private/ppb_flash_clipboard.h ('k') | ppapi/c/private/ppb_flash_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698