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

Unified Diff: ppapi/c/ppb_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: Fix ppapi/tests/ forward declares to includes. Created 9 years 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
Index: ppapi/c/ppb_fullscreen.h
diff --git a/ppapi/c/ppb_fullscreen.h b/ppapi/c/ppb_fullscreen.h
index 18d52ba9ec71c19243c13ed0f9440d90df986a95..80f8b2ad9103fb89f3d08e28a39bd0037e2b58fd 100644
--- a/ppapi/c/ppb_fullscreen.h
+++ b/ppapi/c/ppb_fullscreen.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_fullscreen.idl modified Sun Oct 16 22:32:54 2011. */
+/* From ppb_fullscreen.idl modified Tue Oct 18 16:19:04 2011. */
#ifndef PPAPI_C_PPB_FULLSCREEN_H_
#define PPAPI_C_PPB_FULLSCREEN_H_
@@ -27,7 +27,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPB_Fullscreen {
+struct PPB_Fullscreen_1_0 {
/**
* Checks whether the plugin instance is currently in fullscreen mode.
*/
@@ -52,6 +52,8 @@ struct PPB_Fullscreen {
*/
PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);
};
+
+typedef struct PPB_Fullscreen_1_0 PPB_Fullscreen;
/**
* @}
*/

Powered by Google App Engine
This is Rietveld 408576698