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

Unified Diff: ppapi/c/ppp_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/ppb_mouse_lock.h ('k') | ppapi/cpp/dev/mouse_lock_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp_mouse_lock.h
diff --git a/ppapi/c/dev/ppp_mouse_lock_dev.h b/ppapi/c/ppp_mouse_lock.h
similarity index 57%
rename from ppapi/c/dev/ppp_mouse_lock_dev.h
rename to ppapi/c/ppp_mouse_lock.h
index fee1ce715a5477ac9aaa6fe34742743c28bc7d4d..850813ad6e7b34d81c1e2740ee5ec29773d138ec 100644
--- a/ppapi/c/dev/ppp_mouse_lock_dev.h
+++ b/ppapi/c/ppp_mouse_lock.h
@@ -3,21 +3,21 @@
* found in the LICENSE file.
*/
-/* From dev/ppp_mouse_lock_dev.idl modified Tue Sep 6 16:07:16 2011. */
+/* From ppp_mouse_lock.idl modified Fri Oct 14 19:00:26 2011. */
-#ifndef PPAPI_C_DEV_PPP_MOUSE_LOCK_DEV_H_
-#define PPAPI_C_DEV_PPP_MOUSE_LOCK_DEV_H_
+#ifndef PPAPI_C_PPP_MOUSE_LOCK_H_
+#define PPAPI_C_PPP_MOUSE_LOCK_H_
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
-#define PPP_MOUSELOCK_DEV_INTERFACE_0_1 "PPP_MouseLock(Dev);0.1"
-#define PPP_MOUSELOCK_DEV_INTERFACE PPP_MOUSELOCK_DEV_INTERFACE_0_1
+#define PPP_MOUSELOCK_INTERFACE_1_0 "PPP_MouseLock;1.0"
+#define PPP_MOUSELOCK_INTERFACE PPP_MOUSELOCK_INTERFACE_1_0
/**
* @file
- * This file defines the <code>PPP_MouseLock_Dev</code> interface.
+ * This file defines the <code>PPP_MouseLock</code> interface.
*/
@@ -26,10 +26,10 @@
* @{
*/
/**
- * 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.
*/
-struct PPP_MouseLock_Dev {
+struct PPP_MouseLock {
/**
* Called when the instance loses the mouse lock, e.g. because the user
* pressed the ESC key.
@@ -43,5 +43,5 @@ struct PPP_MouseLock_Dev {
* @}
*/
-#endif /* PPAPI_C_DEV_PPP_MOUSE_LOCK_DEV_H_ */
+#endif /* PPAPI_C_PPP_MOUSE_LOCK_H_ */
« no previous file with comments | « ppapi/c/ppb_mouse_lock.h ('k') | ppapi/cpp/dev/mouse_lock_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698