Chromium Code Reviews| Index: ppapi/api/dev/ppb_fullscreen_dev.idl |
| =================================================================== |
| --- ppapi/api/dev/ppb_fullscreen_dev.idl (revision 99979) |
| +++ ppapi/api/dev/ppb_fullscreen_dev.idl (working copy) |
| @@ -24,10 +24,10 @@ |
| * 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. The transition from fullscreen 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 +38,8 @@ |
| [in] PP_Bool fullscreen); |
| /** |
| - * Gets the size of the screen. When going fullscreen, the instance will be |
| - * resized to that size. |
| + * Gets the logical size (aka resolution) of the screen in pixels. |
| + * When going fullscreen, the instance will be resized to that size. |
| */ |
| PP_Bool GetScreenSize( |
|
piman
2011/09/09 01:33:44
Maybe we can remove this function from the Dev int
polina
2011/09/26 21:57:00
I don't think we should since the double-interface
|
| [in] PP_Instance instance, |