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

Unified Diff: ppapi/c/private/ppb_flash_fullscreen.h

Issue 7826017: Add PPB_Fullscreen;0.5. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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_fullscreen_dev.h ('k') | ppapi/native_client/tests/ppapi_browser/ppb_fullscreen/nacl.scons » ('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
===================================================================
--- ppapi/c/private/ppb_flash_fullscreen.h (revision 102885)
+++ ppapi/c/private/ppb_flash_fullscreen.h (working copy)
@@ -18,11 +18,18 @@
#define PPB_FLASHFULLSCREEN_INTERFACE PPB_FLASHFULLSCREEN_INTERFACE_0_1
/**
+ * PPB_Fullscreen is a copy of PPB_Fullscreen_Dev at rev 0.4.
+ * For backward compatibility keep the string for it until Flash is updated to
+ * use PPB_FlashFullscreen.
+ */
+#define PPB_FULLSCREEN_DEV_INTERFACE_0_4 "PPB_Fullscreen(Dev);0.4"
+
+
+/**
* @file
* This file defines the <code>PPB_FlashFullscreen</code> interface.
*/
-
/**
* @addtogroup Interfaces
* @{
@@ -37,8 +44,8 @@
* success, PP_FALSE on failure.
*
* This unbinds the current Graphics2D or Surface3D. Pending flushes and
- * swapbuffers will execute as if the resource was off-screen. The transition
- * is asynchronous. During the transition, IsFullscreen will return PP_False,
+ * swapbuffers will execute as if the resource was off-screen. The transition
+ * is asynchronous. During the transition, IsFullscreen will return PP_FALSE,
* and no Graphics2D or Surface3D can be bound. The transition ends at the
* next DidChangeView when going into fullscreen mode. The transition out of
* fullscreen mode is synchronous.
@@ -59,4 +66,3 @@
*/
#endif /* PPAPI_C_PRIVATE_PPB_FLASH_FULLSCREEN_H_ */
-
« no previous file with comments | « ppapi/c/dev/ppb_fullscreen_dev.h ('k') | ppapi/native_client/tests/ppapi_browser/ppb_fullscreen/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698