| 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..a4b9450ccbb6a680cb42f3a27bc26514c8f66c9f 100644
|
| --- a/ui/events/ozone/evdev/keyboard_evdev.h
|
| +++ b/ui/events/ozone/evdev/keyboard_evdev.h
|
| @@ -21,8 +21,6 @@ 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).
|
| -//
|
| // TODO(spang): Implement key repeat & turn off kernel repeat.
|
| class EVENTS_OZONE_EVDEV_EXPORT KeyboardEvdev {
|
| public:
|
|
|