Index: ui/events/ozone/evdev/input_device_factory_evdev.cc |
diff --git a/ui/events/ozone/evdev/input_device_factory_evdev.cc b/ui/events/ozone/evdev/input_device_factory_evdev.cc |
index 6812283e9513478eb2b3c8a3d2d1deca6fa568d2..15b3f3294af93e729def71320ad319d506f9f965 100644 |
--- a/ui/events/ozone/evdev/input_device_factory_evdev.cc |
+++ b/ui/events/ozone/evdev/input_device_factory_evdev.cc |
@@ -325,7 +325,10 @@ void InputDeviceFactoryEvdev::ApplyInputDeviceSettings() { |
converter->SetTouchEventLoggingEnabled( |
input_device_settings_.touch_event_logging_enabled); |
+ |
+ UpdateDirtyFlags(converter); |
} |
+ NotifyDevicesUpdated(); |
} |
void InputDeviceFactoryEvdev::ApplyCapsLockLed() { |