| Index: ppapi/c/pp_input_event.h
|
| ===================================================================
|
| --- ppapi/c/pp_input_event.h (revision 76386)
|
| +++ 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);
|
|
|