| 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 e984839d15aac4220ad6f0ff6732a9096723475c..e81d1e9858073db829aabe1d86b67057d6c2df7e 100644
|
| --- a/ui/events/keycodes/keyboard_codes_posix.h
|
| +++ b/ui/events/keycodes/keyboard_codes_posix.h
|
| @@ -221,11 +221,9 @@ enum KeyboardCode {
|
| // (VK_OEM_AX) code to represent AltGr, matching the behaviour of Firefox on
|
| // Linux.
|
| VKEY_ALTGR = 0xE1,
|
| -#if defined(USE_X11)
|
| // Windows does not have a specific key code for Compose. We use the unused
|
| // 0xE6 (VK_ICO_CLEAR) code to represent Compose.
|
| VKEY_COMPOSE = 0xE6,
|
| -#endif
|
| };
|
|
|
| } // namespace ui
|
|
|