Commit da42f894 authored by pkotwicz's avatar pkotwicz Committed by Commit bot

[Ozone] Fix InputControllerEvdev::HasTouchpad()

BUG=454562
TEST=Manual, see bug

Review URL: https://codereview.chromium.org/864123004

Cr-Commit-Position: refs/heads/master@{#314335}
parent df20b77a
......@@ -430,7 +430,7 @@ void InputDeviceFactoryEvdev::NotifyDeviceChange(
NotifyMouseDevicesUpdated();
if (converter.HasTouchpad())
NotifyMouseDevicesUpdated();
NotifyTouchpadDevicesUpdated();
}
void InputDeviceFactoryEvdev::NotifyTouchscreensUpdated() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment