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 |
sadrul
2014/05/27 15:02:26
Shouldn't we set this flag in EventFlagsFromNative
|
}; |
// Flags specific to mouse events |