summaryrefslogtreecommitdiffstats
path: root/ppapi/api/dev/ppb_fullscreen_dev.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/api/dev/ppb_fullscreen_dev.idl')
-rw-r--r--ppapi/api/dev/ppb_fullscreen_dev.idl10
1 files changed, 4 insertions, 6 deletions
diff --git a/ppapi/api/dev/ppb_fullscreen_dev.idl b/ppapi/api/dev/ppb_fullscreen_dev.idl
index 028cda6..0fd6373 100644
--- a/ppapi/api/dev/ppb_fullscreen_dev.idl
+++ b/ppapi/api/dev/ppb_fullscreen_dev.idl
@@ -27,14 +27,12 @@ interface PPB_Fullscreen_Dev {
* will execute as if the resource was off-screen. The transition to and from
* fullscreen is asynchronous. During the transition, IsFullscreen will
* return the original value, and no 2D or 3D device can be bound.
- * The transition ends at the next DidChangeView.
+ * The transition ends at DidChangeView when IsFullscreen returns the new
+ * value. You might receive other DidChangeView calls while in
+ * transition.
*
* The transition to fullscreen can only occur while the browser is
- * processing a user gesture, even if PP_TRUE is returned. Note that two
- * DidChangeView calls will happen when switching to fullscreen:
- * one for moving the plugin to the middle of the window and one for
- * stretching the window placing the plugin in the middle of the screen.
- * Plugin size will not be affected.
+ * processing a user gesture, even if PP_TRUE is returned.
*/
PP_Bool SetFullscreen(
[in] PP_Instance instance,