diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-19 17:38:43 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-19 17:38:43 +0000 |
commit | d1c80d681dd92c27e8add7736da726c824fad530 (patch) | |
tree | 60be3f47c97947e648740df7c39997b816339eb5 | |
parent | 4d0dd1670559cb733dd3a7ce328983c957b6da09 (diff) | |
download | chromium_src-d1c80d681dd92c27e8add7736da726c824fad530.zip chromium_src-d1c80d681dd92c27e8add7736da726c824fad530.tar.gz chromium_src-d1c80d681dd92c27e8add7736da726c824fad530.tar.bz2 |
Update the comments for PPB_MouseLock.
It is not limited to tab fullscreen mode anymore.
TEST=None
BUG=None
Review URL: https://codereview.chromium.org/11608004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173942 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | ppapi/api/ppb_mouse_lock.idl | 3 | ||||
-rw-r--r-- | ppapi/c/ppb_mouse_lock.h | 5 | ||||
-rw-r--r-- | ppapi/cpp/mouse_lock.h | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/ppapi/api/ppb_mouse_lock.idl b/ppapi/api/ppb_mouse_lock.idl index 23e4722..ca4605a 100644 --- a/ppapi/api/ppb_mouse_lock.idl +++ b/ppapi/api/ppb_mouse_lock.idl @@ -21,8 +21,7 @@ label Chrome { */ interface PPB_MouseLock { /** - * LockMouse() requests the mouse to be locked. The browser will permit mouse - * lock only while the tab is in fullscreen mode. + * LockMouse() requests the mouse to be locked. * * While the mouse is locked, the cursor is implicitly hidden from the user. * Any movement of the mouse will generate a diff --git a/ppapi/c/ppb_mouse_lock.h b/ppapi/c/ppb_mouse_lock.h index d75325e..c132366 100644 --- a/ppapi/c/ppb_mouse_lock.h +++ b/ppapi/c/ppb_mouse_lock.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From ppb_mouse_lock.idl modified Wed Dec 21 19:08:34 2011. */ +/* From ppb_mouse_lock.idl modified Mon Dec 17 16:09:50 2012. */ #ifndef PPAPI_C_PPB_MOUSE_LOCK_H_ #define PPAPI_C_PPB_MOUSE_LOCK_H_ @@ -36,8 +36,7 @@ */ struct PPB_MouseLock_1_0 { /** - * LockMouse() requests the mouse to be locked. The browser will permit mouse - * lock only while the tab is in fullscreen mode. + * LockMouse() requests the mouse to be locked. * * While the mouse is locked, the cursor is implicitly hidden from the user. * Any movement of the mouse will generate a diff --git a/ppapi/cpp/mouse_lock.h b/ppapi/cpp/mouse_lock.h index f52fe10..c743aed 100644 --- a/ppapi/cpp/mouse_lock.h +++ b/ppapi/cpp/mouse_lock.h @@ -61,8 +61,7 @@ class MouseLock { /// PPP_MouseLock functions exposed as virtual functions for you to override. virtual void MouseLockLost() = 0; - /// LockMouse() requests the mouse to be locked. The browser will permit - /// mouse lock only while the tab is in fullscreen mode. + /// LockMouse() requests the mouse to be locked. /// /// While the mouse is locked, the cursor is implicitly hidden from the user. /// Any movement of the mouse will generate a |