| Index: ui/events/ozone/evdev/input_device_factory_evdev_proxy.cc
|
| diff --git a/ui/events/ozone/evdev/input_device_factory_evdev_proxy.cc b/ui/events/ozone/evdev/input_device_factory_evdev_proxy.cc
|
| index cc23da34836804f99959f88a59f31d26356cecd6..2bade2f62127a0fcd2bfb121890375718768dadd 100644
|
| --- a/ui/events/ozone/evdev/input_device_factory_evdev_proxy.cc
|
| +++ b/ui/events/ozone/evdev/input_device_factory_evdev_proxy.cc
|
| @@ -80,6 +80,12 @@ void InputDeviceFactoryEvdevProxy::EnableInternalKeyboard() {
|
| input_device_factory_));
|
| }
|
|
|
| +void InputDeviceFactoryEvdevProxy::SetCapsLockLed(bool enabled) {
|
| + task_runner_->PostTask(FROM_HERE,
|
| + base::Bind(&InputDeviceFactoryEvdev::SetCapsLockLed,
|
| + input_device_factory_, enabled));
|
| +}
|
| +
|
| void InputDeviceFactoryEvdevProxy::UpdateInputDeviceSettings(
|
| const InputDeviceSettingsEvdev& settings) {
|
| task_runner_->PostTask(
|
|
|