Chromium Code Reviews| Index: Source/testing/runner/KeyCodeMapping.cpp |
| diff --git a/Source/testing/runner/KeyCodeMapping.cpp b/Source/testing/runner/KeyCodeMapping.cpp |
| index 46d899783ffac0e9ef55a746869988f5e1c828b8..3fb4ece0528237851802552c6ea35655ffd32a70 100644 |
| --- a/Source/testing/runner/KeyCodeMapping.cpp |
| +++ b/Source/testing/runner/KeyCodeMapping.cpp |
| @@ -234,6 +234,8 @@ int NativeKeyCodeForWindowsKeyCode(int keysym) |
| return 64; |
| case VKEY_RMENU: |
| return 108; |
| + case VKEY_NUMLOCK: |
| + return 77; |
| default: |
| return 0; |