diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-14 19:11:26 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-14 19:11:26 +0000 |
commit | 5481eb7bc83b18e68810db4b4321811c03ac1c5f (patch) | |
tree | f12726c32009735afc397ce0d28ec9b7f07d0409 /ppapi/api/ppb_input_event.idl | |
parent | ff4f9e64361f5a7e756c2d7697a7ed39bce7a2d6 (diff) | |
download | chromium_src-5481eb7bc83b18e68810db4b4321811c03ac1c5f.zip chromium_src-5481eb7bc83b18e68810db4b4321811c03ac1c5f.tar.gz chromium_src-5481eb7bc83b18e68810db4b4321811c03ac1c5f.tar.bz2 |
Remove TODO in PPAPI input event interface files.
This issue has been fixed. (https://bugs.webkit.org/show_bug.cgi?id=78014)
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/9348095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_input_event.idl')
-rw-r--r-- | ppapi/api/ppb_input_event.idl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/api/ppb_input_event.idl b/ppapi/api/ppb_input_event.idl index 03d5d70..7067cbf 100644 --- a/ppapi/api/ppb_input_event.idl +++ b/ppapi/api/ppb_input_event.idl @@ -532,10 +532,6 @@ interface PPB_MouseInputEvent { * * @return The change in position of the mouse, relative to the previous * position. - * - * TODO(yzshen): This feature hasn't been fully supported yet. For now, - * movement information is provided only if the mouse is locked. If the mouse - * is not locked, the returned value is (0, 0). */ [version=1.1] PP_Point GetMovement([in] PP_Resource mouse_event); |