| Index: ui/events/ozone/evdev/keyboard_evdev.h
|
| diff --git a/ui/events/ozone/evdev/keyboard_evdev.h b/ui/events/ozone/evdev/keyboard_evdev.h
|
| index 913d00675322f2f9e5ba6a1de79546be0f3c5f1d..4548494302bb81002c200eff54ae92c31afc933a 100644
|
| --- a/ui/events/ozone/evdev/keyboard_evdev.h
|
| +++ b/ui/events/ozone/evdev/keyboard_evdev.h
|
| @@ -21,7 +21,7 @@ class EventModifiersEvdev;
|
| // This object is responsible for combining all attached keyboards into
|
| // one logical keyboard, applying modifiers & implementing key repeat.
|
| //
|
| -// It also currently also applies the layout (hardcoded as US).
|
| +// It also currently also applies the layout.
|
| //
|
| // TODO(spang): Implement key repeat & turn off kernel repeat.
|
| class EVENTS_OZONE_EVDEV_EXPORT KeyboardEvdev {
|
|
|