| Index: ui/events/event_constants.h
|
| diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
|
| index a19a136f0d5726406cf5c5b480e04c31c1d71700..ce2fdb4e68d76dfdb93b609780e6d6dc0947eabe 100644
|
| --- a/ui/events/event_constants.h
|
| +++ b/ui/events/event_constants.h
|
| @@ -95,6 +95,9 @@ enum EventFlags {
|
| // Flags specific to key events
|
| enum KeyEventFlags {
|
| EF_NUMPAD_KEY = 1 << 16, // Key originates from number pad (Xkb only)
|
| + EF_IME_FABRICATED_KEY = 1 << 17, // Key event fabricated by the underlying
|
| + // IME without a user action.
|
| + // (Linux X11 only)
|
| };
|
|
|
| // Flags specific to mouse events
|
|
|