| Index: ui/events/ozone/evdev/input_controller_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/input_controller_evdev.cc b/ui/events/ozone/evdev/input_controller_evdev.cc
|
| index 65ca67ec8cc4ebd86ff926c4fc819b87851ae2ce..1364eba91851eaf919141ab44e0020dd65d94e76 100644
|
| --- a/ui/events/ozone/evdev/input_controller_evdev.cc
|
| +++ b/ui/events/ozone/evdev/input_controller_evdev.cc
|
| @@ -75,11 +75,11 @@ bool InputControllerEvdev::HasTouchpad() {
|
| }
|
|
|
| bool InputControllerEvdev::IsCapsLockEnabled() {
|
| - return false;
|
| + return keyboard_->IsCapsLockEnabled();
|
| }
|
|
|
| void InputControllerEvdev::SetCapsLockEnabled(bool enabled) {
|
| - NOTIMPLEMENTED();
|
| + keyboard_->SetCapsLockEnabled(enabled);
|
| }
|
|
|
| void InputControllerEvdev::SetNumLockEnabled(bool enabled) {
|
|
|