diff options
Diffstat (limited to 'WebKit/android/plugins/ANPKeyCodes.h')
| -rw-r--r-- | WebKit/android/plugins/ANPKeyCodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/android/plugins/ANPKeyCodes.h b/WebKit/android/plugins/ANPKeyCodes.h index 8f57607..ea59c11 100644 --- a/WebKit/android/plugins/ANPKeyCodes.h +++ b/WebKit/android/plugins/ANPKeyCodes.h @@ -196,7 +196,8 @@ enum ANPKeyCodes { kNumPadEnter_ANPKeyCode = 160, kNumPadEquals_ANPKeyCode = 161, kNumPadLeftParen_ANPKeyCode = 162, - kNumPadRightParen_ANPKeyCode = 162, + kNumPadRightParen_ANPKeyCode = 163, + kVolumeMute_ANPKeyCode = 164, // NOTE: If you add a new keycode here you must also add it to several other files. // Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list. |
