Index: ui/events/event_constants.h |
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h |
index 4081e20b99f9e3044231c2bf1c41555277bf2f6d..9cbe4487076433ec2f7d8ba80c193b4bf50d2cbc 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 |