| 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() {
|
|
|