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

Unified Diff: ppapi/api/ppb_mouse_lock.idl

Issue 8295023: Move PPB/PPP_MouseLock out of dev/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and resolve conflicts. 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/ppp_mouse_lock_dev.idl ('k') | ppapi/api/ppp_mouse_lock.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_mouse_lock.idl
diff --git a/ppapi/api/dev/ppb_mouse_lock_dev.idl b/ppapi/api/ppb_mouse_lock.idl
similarity index 91%
rename from ppapi/api/dev/ppb_mouse_lock_dev.idl
rename to ppapi/api/ppb_mouse_lock.idl
index 7898994abeeae6bc1a55770be658ca7754820936..8c5a96f962c39eba0e8fe2f3a9385de72ccafa74 100644
--- a/ppapi/api/dev/ppb_mouse_lock_dev.idl
+++ b/ppapi/api/ppb_mouse_lock.idl
@@ -4,21 +4,21 @@
*/
/**
- * This file defines the <code>PPB_MouseLock_Dev</code> interface.
+ * This file defines the <code>PPB_MouseLock</code> interface.
*/
label Chrome {
- M15 = 0.1
+ M16 = 1.0
};
/**
- * The <code>PPB_MouseLock_Dev</code> interface is implemented by the browser.
+ * The <code>PPB_MouseLock</code> interface is implemented by the browser.
* It provides a way of locking the target of mouse events to a single plugin
* instance and removing the cursor from view. This is a useful input mode for
* certain classes of applications, especially first person perspective 3D
* applications and 3D modelling software.
*/
-interface PPB_MouseLock_Dev {
+interface PPB_MouseLock {
/**
* Requests the mouse to be locked. The browser will permit mouse lock only
* while the tab is in fullscreen mode.
« no previous file with comments | « ppapi/api/dev/ppp_mouse_lock_dev.idl ('k') | ppapi/api/ppp_mouse_lock.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698