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

Unified Diff: ppapi/c/pp_input_event.h

Issue 6588085: Minor doc changes. Mostly commented out TODO and {PENDING notes that engineer... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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_class.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_input_event.h
===================================================================
--- ppapi/c/pp_input_event.h (revision 76553)
+++ ppapi/c/pp_input_event.h (working copy)
@@ -115,9 +115,9 @@
/**
* 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 @@
*/
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);
« no previous file with comments | « no previous file | ppapi/c/ppb_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698