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

Unified Diff: ppapi/c/ppb_fullscreen.h

Issue 8291002: PPAPI Fullscreen: move out of Dev. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/api/ppb_fullscreen.idl ('k') | ppapi/cpp/fullscreen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_fullscreen.h
===================================================================
--- ppapi/c/ppb_fullscreen.h (revision 105485)
+++ ppapi/c/ppb_fullscreen.h (working copy)
@@ -3,10 +3,10 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_fullscreen_dev.idl modified Tue Oct 11 15:45:41 2011. */
+/* From ppb_fullscreen.idl modified Fri Oct 14 02:59:19 2011. */
-#ifndef PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_
-#define PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_
+#ifndef PPAPI_C_PPB_FULLSCREEN_H_
+#define PPAPI_C_PPB_FULLSCREEN_H_
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_instance.h"
@@ -14,12 +14,12 @@
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
-#define PPB_FULLSCREEN_DEV_INTERFACE_0_5 "PPB_Fullscreen(Dev);0.5"
-#define PPB_FULLSCREEN_DEV_INTERFACE PPB_FULLSCREEN_DEV_INTERFACE_0_5
+#define PPB_FULLSCREEN_INTERFACE_1_0 "PPB_Fullscreen;1.0"
+#define PPB_FULLSCREEN_INTERFACE PPB_FULLSCREEN_INTERFACE_1_0
/**
* @file
- * This file defines the <code>PPB_Fullscreen_Dev</code> interface.
+ * This file defines the <code>PPB_Fullscreen</code> interface.
*/
@@ -27,7 +27,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPB_Fullscreen_Dev {
+struct PPB_Fullscreen {
/**
* Checks whether the plugin instance is currently in fullscreen mode.
*/
@@ -58,5 +58,5 @@
* @}
*/
-#endif /* PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_ */
+#endif /* PPAPI_C_PPB_FULLSCREEN_H_ */
« no previous file with comments | « ppapi/api/ppb_fullscreen.idl ('k') | ppapi/cpp/fullscreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698