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

Unified Diff: ppapi/api/private/ppb_flash_fullscreen.idl

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/api/dev/ppb_fullscreen_dev.idl ('k') | ppapi/c/dev/ppb_fullscreen_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_flash_fullscreen.idl
===================================================================
--- ppapi/api/private/ppb_flash_fullscreen.idl (revision 102885)
+++ ppapi/api/private/ppb_flash_fullscreen.idl (working copy)
@@ -24,10 +24,11 @@
* 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.
+ * next DidChangeView when going into fullscreen mode. The transition out of
+ * fullscreen mode is synchronous.
*
* Note: when switching to and from fullscreen, Context3D and Surface3D
* resources need to be re-created. This is a current limitation that will be
@@ -38,8 +39,8 @@
[in] PP_Bool fullscreen);
/**
- * Gets the size of the screen. When going fullscreen, the instance will be
- * resized to that size.
+ * Gets the size of the screen in pixels. When going fullscreen, the instance
+ * will be resized to that size.
*/
PP_Bool GetScreenSize(
[in] PP_Instance instance,
« no previous file with comments | « ppapi/api/dev/ppb_fullscreen_dev.idl ('k') | ppapi/c/dev/ppb_fullscreen_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698