Index: ui/events/keycodes/keyboard_codes_posix.h |
diff --git a/ui/events/keycodes/keyboard_codes_posix.h b/ui/events/keycodes/keyboard_codes_posix.h |
index e81d1e9858073db829aabe1d86b67057d6c2df7e..b616388e9add03c68c48f6045aabfca383580df0 100644 |
--- a/ui/events/keycodes/keyboard_codes_posix.h |
+++ b/ui/events/keycodes/keyboard_codes_posix.h |
@@ -34,6 +34,7 @@ |
namespace ui { |
enum KeyboardCode { |
+ VKEY_CANCEL = 0x03, |
VKEY_BACK = 0x08, |
VKEY_TAB = 0x09, |
VKEY_BACKTAB = 0x0A, |