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

Unified Diff: ppapi/api/ppp_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/ppb_mouse_lock.idl ('k') | ppapi/c/dev/ppb_mouse_lock_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppp_mouse_lock.idl
diff --git a/ppapi/api/dev/ppp_mouse_lock_dev.idl b/ppapi/api/ppp_mouse_lock.idl
similarity index 74%
rename from ppapi/api/dev/ppp_mouse_lock_dev.idl
rename to ppapi/api/ppp_mouse_lock.idl
index 0ebeb97f20d2216f720e337d324077c11cdaaa81..07f0ea6eb2576d19645f82e7df0d0bcaf3eae7f0 100644
--- a/ppapi/api/dev/ppp_mouse_lock_dev.idl
+++ b/ppapi/api/ppp_mouse_lock.idl
@@ -4,18 +4,18 @@
*/
/**
- * This file defines the <code>PPP_MouseLock_Dev</code> interface.
+ * This file defines the <code>PPP_MouseLock</code> interface.
*/
label Chrome {
- M15 = 0.1
+ M16 = 1.0
};
/**
- * The <code>PPP_MouseLock_Dev</code> interface contains pointers to functions
+ * The <code>PPP_MouseLock</code> interface contains pointers to functions
* that you must implement to receive mouse lock events from the browser.
*/
-interface PPP_MouseLock_Dev {
+interface PPP_MouseLock {
/**
* Called when the instance loses the mouse lock, e.g. because the user
* pressed the ESC key.
« no previous file with comments | « ppapi/api/ppb_mouse_lock.idl ('k') | ppapi/c/dev/ppb_mouse_lock_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698