Index: ui/events/event_constants.h |
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h |
index 4081e20b99f9e3044231c2bf1c41555277bf2f6d..c495fbf7cdd61cf72e9aea809e393d4f69bb9971 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_FUNCTION_KEY = 1 << 18, // Key originates from function key row |
}; |
// Flags specific to mouse events |