summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_input_event.h
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 20:28:59 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 20:28:59 +0000
commit9d163cb15ee0c6f3d4a2196ca9f0319f119e9ffe (patch)
tree7148c9e3e9f234f0a928bda4b39cd66d102e5b24 /ppapi/c/pp_input_event.h
parent3db327abf6043d9a2a6a2f2213917bb4d33e212a (diff)
downloadchromium_src-9d163cb15ee0c6f3d4a2196ca9f0319f119e9ffe.zip
chromium_src-9d163cb15ee0c6f3d4a2196ca9f0319f119e9ffe.tar.gz
chromium_src-9d163cb15ee0c6f3d4a2196ca9f0319f119e9ffe.tar.bz2
Minor doc changes. Mostly commented out TODO and {PENDING notes that engineers had made.
Review URL: http://codereview.chromium.org/6588085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/pp_input_event.h')
-rw-r--r--ppapi/c/pp_input_event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/c/pp_input_event.h b/ppapi/c/pp_input_event.h
index d7a14b9..cb10932 100644
--- a/ppapi/c/pp_input_event.h
+++ b/ppapi/c/pp_input_event.h
@@ -115,9 +115,9 @@ struct PP_InputEvent_Key {
/**
* The key code.
- *
- * TODO(brettw) define what these actually are.
*/
+
+// TODO(brettw) define what these actually are.
uint32_t key_code;
};
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_InputEvent_Key, 8);
@@ -208,7 +208,7 @@ struct PP_InputEvent_Mouse {
*/
float y;
- /** TODO(brettw) figure out exactly what this means. */
+ // TODO(brettw) figure out exactly what this means.
int32_t click_count;
};
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_InputEvent_Mouse, 20);