| Index: ui/events/event_constants.h
|
| diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
|
| index 44bb5378ed424d2bbc4e4f9b3a92e952661dd702..c3677ada7ada3b1294c8071dd94f1a93ebb4148d 100644
|
| --- a/ui/events/event_constants.h
|
| +++ b/ui/events/event_constants.h
|
| @@ -102,6 +102,8 @@ enum KeyEventFlags {
|
| // (Linux X11 only)
|
| EF_IS_REPEAT = 1 << 18,
|
| EF_FUNCTION_KEY = 1 << 19, // Key originates from function key row
|
| + EF_FINAL = 1 << 20, // Do not remap; the event was created with
|
| + // the desired final values.
|
| };
|
|
|
| // Flags specific to mouse events
|
|
|