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

Unified Diff: ppapi/c/ppb_input_event.h

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 | « ppapi/api/ppb_input_event.idl ('k') | ppapi/cpp/input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_input_event.h
diff --git a/ppapi/c/ppb_input_event.h b/ppapi/c/ppb_input_event.h
index 7d948615c1d252babf5ef6099a6c7af8188c0f72..9581054a81fc7d1cd7d3449bace44c9fcaf968dd 100644
--- a/ppapi/c/ppb_input_event.h
+++ b/ppapi/c/ppb_input_event.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_input_event.idl modified Mon Nov 14 10:36:01 2011. */
+/* From ppb_input_event.idl modified Tue Feb 14 10:47:45 2012. */
#ifndef PPAPI_C_PPB_INPUT_EVENT_H_
#define PPAPI_C_PPB_INPUT_EVENT_H_
@@ -501,10 +501,6 @@ struct PPB_MouseInputEvent_1_1 {
*
* @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).
*/
struct PP_Point (*GetMovement)(PP_Resource mouse_event);
};
« no previous file with comments | « ppapi/api/ppb_input_event.idl ('k') | ppapi/cpp/input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698