| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 51c324110a74dd875156941a2d3654224c2b857d..4a6931050b59b44eacd92cff30aaf7664f3552ad 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -1519,8 +1519,7 @@ void DesktopWindowTreeHostX11::DispatchTouchEvent(ui::TouchEvent* event) {
|
| }
|
|
|
| void DesktopWindowTreeHostX11::DispatchKeyEvent(ui::KeyEvent* event) {
|
| - GetInputMethod()->DispatchKeyEvent(*event);
|
| - event->StopPropagation();
|
| + GetInputMethod()->DispatchKeyEvent(event);
|
| }
|
|
|
| void DesktopWindowTreeHostX11::ConvertEventToDifferentHost(
|
|
|