| Index: ui/events/ozone/evdev/event_converter_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/event_converter_evdev.cc b/ui/events/ozone/evdev/event_converter_evdev.cc
|
| index eda2e88527b46ba60b8ddfb4be38c0758d230415..fce8e9ca3753da617928c10c52c40e9b27532698 100644
|
| --- a/ui/events/ozone/evdev/event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/event_converter_evdev.cc
|
| @@ -30,9 +30,12 @@ void EventConverterEvdev::Start() {
|
| }
|
|
|
| void EventConverterEvdev::Stop() {
|
| - // TODO(spang): If we reach here due to an error, we should treat it
|
| - // as if we have lost sync & release held keys, etc.
|
| controller_.StopWatchingFileDescriptor();
|
| +
|
| + OnStopped();
|
| +}
|
| +
|
| +void EventConverterEvdev::OnStopped() {
|
| }
|
|
|
| void EventConverterEvdev::OnFileCanWriteWithoutBlocking(int fd) {
|
|
|