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

Unified Diff: ppapi/c/ppb_mouse_lock.h

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/c/dev/ppp_mouse_lock_dev.h ('k') | ppapi/c/ppp_mouse_lock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_mouse_lock.h
diff --git a/ppapi/c/dev/ppb_mouse_lock_dev.h b/ppapi/c/ppb_mouse_lock.h
similarity index 82%
rename from ppapi/c/dev/ppb_mouse_lock_dev.h
rename to ppapi/c/ppb_mouse_lock.h
index f5e2a88466e51d818ce98236742dfc35f38e25ec..c7b074dced84c20da14b5e8b432ebc977a079b83 100644
--- a/ppapi/c/dev/ppb_mouse_lock_dev.h
+++ b/ppapi/c/ppb_mouse_lock.h
@@ -3,22 +3,22 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_mouse_lock_dev.idl modified Tue Sep 6 16:06:47 2011. */
+/* From ppb_mouse_lock.idl modified Fri Oct 14 18:59:25 2011. */
-#ifndef PPAPI_C_DEV_PPB_MOUSE_LOCK_DEV_H_
-#define PPAPI_C_DEV_PPB_MOUSE_LOCK_DEV_H_
+#ifndef PPAPI_C_PPB_MOUSE_LOCK_H_
+#define PPAPI_C_PPB_MOUSE_LOCK_H_
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
-#define PPB_MOUSELOCK_DEV_INTERFACE_0_1 "PPB_MouseLock(Dev);0.1"
-#define PPB_MOUSELOCK_DEV_INTERFACE PPB_MOUSELOCK_DEV_INTERFACE_0_1
+#define PPB_MOUSELOCK_INTERFACE_1_0 "PPB_MouseLock;1.0"
+#define PPB_MOUSELOCK_INTERFACE PPB_MOUSELOCK_INTERFACE_1_0
/**
* @file
- * This file defines the <code>PPB_MouseLock_Dev</code> interface.
+ * This file defines the <code>PPB_MouseLock</code> interface.
*/
@@ -27,13 +27,13 @@
* @{
*/
/**
- * 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.
*/
-struct PPB_MouseLock_Dev {
+struct PPB_MouseLock {
/**
* Requests the mouse to be locked. The browser will permit mouse lock only
* while the tab is in fullscreen mode.
@@ -73,5 +73,5 @@ struct PPB_MouseLock_Dev {
* @}
*/
-#endif /* PPAPI_C_DEV_PPB_MOUSE_LOCK_DEV_H_ */
+#endif /* PPAPI_C_PPB_MOUSE_LOCK_H_ */
« no previous file with comments | « ppapi/c/dev/ppp_mouse_lock_dev.h ('k') | ppapi/c/ppp_mouse_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698