| Index: ui/events/ozone/evdev/input_controller_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/input_controller_evdev.cc b/ui/events/ozone/evdev/input_controller_evdev.cc
|
| index 9e65740b7adb5f8b1eb64ee64df2839613618a12..c5b44ad8a72c685f7db57368571dca65c7159f0f 100644
|
| --- a/ui/events/ozone/evdev/input_controller_evdev.cc
|
| +++ b/ui/events/ozone/evdev/input_controller_evdev.cc
|
| @@ -99,9 +99,6 @@ void InputControllerEvdev::DisableInternalKeyboardExceptKeys(
|
| if (input_device_factory_) {
|
| input_device_factory_->DisableInternalKeyboardExceptKeys(
|
| excepted_keys.Pass());
|
| -
|
| - // Release keys since we may block key up events.
|
| - keyboard_->Reset();
|
| }
|
| }
|
|
|
|
|