Index: mojo/services/input_events/interfaces/input_key_codes.mojom |
diff --git a/mojo/services/input_events/interfaces/input_key_codes.mojom b/mojo/services/input_events/interfaces/input_key_codes.mojom |
index f22b7b991802403f208c2e90f0bfb9ad3e880c3c..397011f1d1af055b53ed95829351a87f140b98f9 100644 |
--- a/mojo/services/input_events/interfaces/input_key_codes.mojom |
+++ b/mojo/services/input_events/interfaces/input_key_codes.mojom |
@@ -8,6 +8,7 @@ module mojo; |
// Cross platform keyboard codes. |
// |
// Because the web has standardized on Win32 keyboard codes, so does mojo. |
+// no-format |
viettrungluu
2016/03/15 23:14:50
Probably you should have a matching end-no-format,
azani
2016/03/23 22:42:50
Done.
|
enum KeyboardCode { |
BACK = 0x08, |
TAB = 0x09, |