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

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

Issue 2827803002: Make Interaction Media Features MQ dynamic on Linux. (Closed)
Patch Set: Rebase and fix test failures Created 3 years, 7 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 331759109399468596073bf6fa8ea52f8811ee30..2dfe7e5c2a4429c22e5230be200a898031c94c53 100644
--- a/ui/events/ozone/evdev/input_device_factory_evdev.cc
+++ b/ui/events/ozone/evdev/input_device_factory_evdev.cc
@@ -331,7 +331,10 @@ void InputDeviceFactoryEvdev::ApplyInputDeviceSettings() {
converter->SetTouchEventLoggingEnabled(
input_device_settings_.touch_event_logging_enabled);
+
+ UpdateDirtyFlags(converter);
spang 2017/05/10 16:03:41 Please update dirtiness conservatively - that's th
}
+ NotifyDevicesUpdated();
}
void InputDeviceFactoryEvdev::ApplyCapsLockLed() {

Powered by Google App Engine
This is Rietveld 408576698