| Index: ui/events/event_utils.h
|
| diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
|
| index 2a0e699c28f8ccb02a16a6d213e68cc3274f745f..abb28be55af33c5a571e5068fbd3325ac4b0b1fc 100644
|
| --- a/ui/events/event_utils.h
|
| +++ b/ui/events/event_utils.h
|
| @@ -84,14 +84,11 @@ EVENTS_EXPORT KeyboardCode KeyboardCodeFromNative(
|
| // keyboard) from a native event.
|
| EVENTS_EXPORT DomCode CodeFromNative(const base::NativeEvent& native_event);
|
|
|
| -// Returns the platform related key code. For X11, it is xksym value.
|
| +// Returns the platform related key code (interpretation, not scan code).
|
| +// For X11 and xkbcommon, this is the KeySym value.
|
| EVENTS_EXPORT uint32 PlatformKeycodeFromNative(
|
| const base::NativeEvent& native_event);
|
|
|
| -// Returns a control character sequences from a |windows_key_code|.
|
| -EVENTS_EXPORT base::char16 GetControlCharacterForKeycode(int windows_key_code,
|
| - bool shift);
|
| -
|
| // Returns true if the keyboard event is a character event rather than
|
| // a keystroke event.
|
| EVENTS_EXPORT bool IsCharFromNative(const base::NativeEvent& native_event);
|
|
|