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

Unified Diff: ppapi/api/ppb_input_event.idl

Issue 9600025: Fixed some TODO comments so they wouldn't show up in the docs. (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/pp_input_event.idl ('k') | ppapi/c/pp_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
===================================================================
--- ppapi/api/ppb_input_event.idl (revision 124481)
+++ ppapi/api/ppb_input_event.idl (working copy)
@@ -64,10 +64,13 @@
/**
* Notification that a key transitioned from "up" to "down".
- * TODO(brettw) differentiate from KEYDOWN.
*
* Register for this event using the PP_INPUTEVENT_CLASS_KEYBOARD class.
*/
+
+ /*
+ * TODO(brettw) differentiate from KEYDOWN.
+ */
PP_INPUTEVENT_TYPE_RAWKEYDOWN = 6,
/**
@@ -96,10 +99,12 @@
PP_INPUTEVENT_TYPE_CHAR = 9,
/**
- * TODO(brettw) when is this used?
- *
* Register for this event using the PP_INPUTEVENT_CLASS_MOUSE class.
*/
+
+ /*
+ * TODO(brettw) when is this used?
+ */
PP_INPUTEVENT_TYPE_CONTEXTMENU = 10,
/**
@@ -516,7 +521,7 @@
*/
[returnByValue] PP_Point GetPosition([in] PP_Resource mouse_event);
- /**
+ /*
* TODO(brettw) figure out exactly what this means.
*/
int32_t GetClickCount([in] PP_Resource mouse_event);
« no previous file with comments | « ppapi/api/pp_input_event.idl ('k') | ppapi/c/pp_input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698