Chromium Code Reviews| Index: Source/testing/runner/KeyCodeMapping.h |
| diff --git a/Source/testing/runner/KeyCodeMapping.h b/Source/testing/runner/KeyCodeMapping.h |
| index 44a968116a4faaa3a343edd022462acc549c2b94..ec97fb4601f9f3993b7bded52c58a70cf80888e4 100644 |
| --- a/Source/testing/runner/KeyCodeMapping.h |
| +++ b/Source/testing/runner/KeyCodeMapping.h |
| @@ -50,6 +50,7 @@ enum { |
| VKEY_DELETE = 0x2E, |
| VKEY_APPS = 0x5D, |
| VKEY_F1 = 0x70, |
| + VKEY_NUMLOCK = 0x90, |
| VKEY_LSHIFT = 0xA0, |
| VKEY_RSHIFT = 0xA1, |
| VKEY_LCONTROL = 0xA2, |