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

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

Issue 864123004: [Ozone] Fix InputControllerEvdev::HasTouchpad() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f215cd7c67e8dc24e63165ebcad98d103d7e0a7c..daaaa267bb795c1e4b43ac10b33bf664455ae3e0 100644
--- a/ui/events/ozone/evdev/input_device_factory_evdev.cc
+++ b/ui/events/ozone/evdev/input_device_factory_evdev.cc
@@ -430,7 +430,7 @@ void InputDeviceFactoryEvdev::NotifyDeviceChange(
NotifyMouseDevicesUpdated();
if (converter.HasTouchpad())
- NotifyMouseDevicesUpdated();
+ NotifyTouchpadDevicesUpdated();
}
void InputDeviceFactoryEvdev::NotifyTouchscreensUpdated() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698