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

Unified Diff: ppapi/c/dev/ppb_fullscreen_dev.h

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 | « ppapi/api/dev/ppb_fullscreen_dev.idl ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_fullscreen_dev.h
===================================================================
--- ppapi/c/dev/ppb_fullscreen_dev.h (revision 105485)
+++ ppapi/c/dev/ppb_fullscreen_dev.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_fullscreen_dev.idl modified Tue Oct 11 15:45:41 2011. */
+/* From dev/ppb_fullscreen_dev.idl modified Fri Oct 14 05:00:39 2011. */
#ifndef PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_
#define PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_
@@ -36,13 +36,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 | « ppapi/api/dev/ppb_fullscreen_dev.idl ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698