| 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..0b6c5e32690b6adb70ec5fd59fe292d72017a66e 100644
|
| --- a/ui/events/keycodes/keyboard_codes_posix.h
|
| +++ b/ui/events/keycodes/keyboard_codes_posix.h
|
| @@ -221,7 +221,7 @@ enum KeyboardCode {
|
| // (VK_OEM_AX) code to represent AltGr, matching the behaviour of Firefox on
|
| // Linux.
|
| VKEY_ALTGR = 0xE1,
|
| -#if defined(USE_X11)
|
| +#if defined(USE_X11) || defined(USE_OZONE)
|
| // 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,
|
|
|