Chromium Code Reviews| Index: ui/base/keycodes/keyboard_codes_posix.h |
| =================================================================== |
| --- ui/base/keycodes/keyboard_codes_posix.h (revision 122771) |
| +++ ui/base/keycodes/keyboard_codes_posix.h (working copy) |
| @@ -37,6 +37,7 @@ |
| typedef enum { |
| VKEY_BACK = 0x08, |
| VKEY_TAB = 0x09, |
| + VKEY_BACKTAB = 0x0A, |
| VKEY_CLEAR = 0x0C, |
| VKEY_RETURN = 0x0D, |
| VKEY_SHIFT = 0x10, |