| 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 001ee7f2924836063cff480939f93b6acf90269b..db050a117459f1779695be832c7b1b60a1ab441e 100644
|
| --- a/ui/events/ozone/evdev/input_device_factory_evdev.cc
|
| +++ b/ui/events/ozone/evdev/input_device_factory_evdev.cc
|
| @@ -414,6 +414,10 @@ void InputDeviceFactoryEvdev::GetTouchDeviceStatus(
|
| reply.Run(status.Pass());
|
| }
|
|
|
| +base::WeakPtr<InputDeviceFactoryEvdev> InputDeviceFactoryEvdev::GetWeakPtr() {
|
| + return weak_ptr_factory_.GetWeakPtr();
|
| +}
|
| +
|
| void InputDeviceFactoryEvdev::NotifyDeviceChange(
|
| const EventConverterEvdev& converter) {
|
| if (converter.HasTouchscreen())
|
|
|