| Index: ui/events/event_constants.h
|
| diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
|
| index 5564312e2d124eb15d605c26374ced8ee3172a50..6558cef5509c6b2d83f91b2a6a330ff033f68c2e 100644
|
| --- a/ui/events/event_constants.h
|
| +++ b/ui/events/event_constants.h
|
| @@ -99,6 +99,7 @@ enum KeyEventFlags {
|
| EF_IME_FABRICATED_KEY = 1 << 17, // Key event fabricated by the underlying
|
| // IME without a user action.
|
| // (Linux X11 only)
|
| + EF_FUNCTION_KEY = 1 << 18, // Key originates from function key row
|
| };
|
|
|
| // Flags specific to mouse events
|
|
|