Chromium Code Reviews| Index: ui/events/event_constants.h |
| diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h |
| index b2d1ef749dc8da054624bddc40d1d6d0d825975c..9196d9f81766ea76c1b53aac2a99fe50ec824148 100644 |
| --- a/ui/events/event_constants.h |
| +++ b/ui/events/event_constants.h |
| @@ -100,6 +100,7 @@ enum KeyEventFlags { |
| EF_IME_FABRICATED_KEY = 1 << 17, // Key event fabricated by the underlying |
| // IME without a user action. |
| // (Linux X11 only) |
| + EF_IS_REPEAT = 1 << 18, |
| }; |
| // Flags specific to mouse events |