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

Unified Diff: ppapi/c/ppb_input_event.h

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/c/pp_input_event.h ('k') | ppapi/cpp/module.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
===================================================================
--- ppapi/c/ppb_input_event.h (revision 124481)
+++ ppapi/c/ppb_input_event.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_input_event.idl modified Tue Feb 14 10:47:45 2012. */
+/* From ppb_input_event.idl modified Mon Mar 5 10:11:05 2012. */
#ifndef PPAPI_C_PPB_INPUT_EVENT_H_
#define PPAPI_C_PPB_INPUT_EVENT_H_
@@ -85,10 +85,12 @@
PP_INPUTEVENT_TYPE_WHEEL = 5,
/**
* 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,
/**
* Notification that a key was pressed. This does not necessarily correspond
@@ -113,10 +115,11 @@
*/
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,
/**
* Notification that an input method composition process has just started.
@@ -486,7 +489,7 @@
* mouse drags. The return value will be (0, 0) for non-mouse events.
*/
struct PP_Point (*GetPosition)(PP_Resource mouse_event);
- /**
+ /*
* TODO(brettw) figure out exactly what this means.
*/
int32_t (*GetClickCount)(PP_Resource mouse_event);
« no previous file with comments | « ppapi/c/pp_input_event.h ('k') | ppapi/cpp/module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698