Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: ui/events/ozone/evdev/input_device_factory_evdev.cc

Issue 2827803002: Make Interaction Media Features MQ dynamic on Linux. (Closed)
Patch Set: Fix build + test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« ui/base/touch/touch_device_linux.cc ('K') | « ui/events/ozone/evdev/event_converter_evdev.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698