| Index: ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
|
| diff --git a/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h b/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
|
| index 0268b5ddd672f222c9428d4b1109fb33d532b309..3cabdc4e64b6b96a57251fcbe6b57d36f23add3a 100644
|
| --- a/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
|
| +++ b/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
|
| @@ -45,6 +45,7 @@ class EVENTS_OZONE_EVDEV_EXPORT InputDeviceFactoryEvdevProxy {
|
| void DisableInternalKeyboardExceptKeys(
|
| scoped_ptr<std::set<DomCode>> excepted_keys);
|
| void EnableInternalKeyboard();
|
| + void SetCapsLockLed(bool enabled);
|
| void UpdateInputDeviceSettings(const InputDeviceSettingsEvdev& settings);
|
| void GetTouchDeviceStatus(const GetTouchDeviceStatusReply& reply);
|
| void GetTouchEventLog(const base::FilePath& out_dir,
|
|
|