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

Unified Diff: ppapi/api/ppb_fullscreen.idl

Issue 8291002: PPAPI Fullscreen: move out of Dev. (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/ppb_fullscreen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_fullscreen.idl
===================================================================
--- ppapi/api/ppb_fullscreen.idl (revision 105485)
+++ ppapi/api/ppb_fullscreen.idl (working copy)
@@ -5,14 +5,14 @@
/**
- * This file defines the <code>PPB_Fullscreen_Dev</code> interface.
+ * This file defines the <code>PPB_Fullscreen</code> interface.
*/
label Chrome {
- M16 = 0.5
+ M16 = 1.0
};
-interface PPB_Fullscreen_Dev {
+interface PPB_Fullscreen {
/**
* Checks whether the plugin instance is currently in fullscreen mode.
*/
« no previous file with comments | « no previous file | ppapi/c/ppb_fullscreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698