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

Unified Diff: ppapi/api/dev/ppb_fullscreen_dev.idl

Issue 8275031: PPAPI Fullscreen: remove redundant code inherited from FlashFullscreen. (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 | « no previous file | 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/dev/ppb_fullscreen_dev.idl
===================================================================
--- ppapi/api/dev/ppb_fullscreen_dev.idl (revision 105485)
+++ ppapi/api/dev/ppb_fullscreen_dev.idl (working copy)
@@ -23,13 +23,11 @@
* Switches the plugin instance to/from fullscreen mode. Returns PP_TRUE on
* success, PP_FALSE on failure.
*
- * This unbinds the current 2D or 3D devices. Pending flushes and swapbuffers
- * 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 DidChangeView when IsFullscreen returns the new
- * value. You might receive other DidChangeView calls while in
- * transition.
+ * 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 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.
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_fullscreen_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698