Chromium Code Reviews| Index: ui/events/event_constants.h |
| diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h |
| index 9196d9f81766ea76c1b53aac2a99fe50ec824148..d2ff97c7aecda3914163ad529c4d7e8cd7f154cf 100644 |
| --- a/ui/events/event_constants.h |
| +++ b/ui/events/event_constants.h |
| @@ -101,6 +101,7 @@ enum KeyEventFlags { |
| // IME without a user action. |
| // (Linux X11 only) |
| EF_IS_REPEAT = 1 << 18, |
| + EF_FUNCTION_KEY = 1 << 19, // Key originates from function key row |
| }; |
| // Flags specific to mouse events |