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

Unified Diff: ppapi/api/ppb_input_event.idl

Issue 9348095: Remove TODO in PPAPI input event interface files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « no previous file | ppapi/c/ppb_input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_input_event.idl
diff --git a/ppapi/api/ppb_input_event.idl b/ppapi/api/ppb_input_event.idl
index 03d5d70d792c2356d9c968afdc0d62ab48321db7..7067cbfd175f3e73bd909b3d70689212e6192831 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);
« no previous file with comments | « no previous file | ppapi/c/ppb_input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698