| 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..4fc88adcd2c4314d18a5962752b4ce722e3f37fa 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,7 +1519,7 @@ void DesktopWindowTreeHostX11::DispatchTouchEvent(ui::TouchEvent* event) {
|
| }
|
|
|
| void DesktopWindowTreeHostX11::DispatchKeyEvent(ui::KeyEvent* event) {
|
| - GetInputMethod()->DispatchKeyEvent(*event);
|
| + GetInputMethod()->DispatchKeyEvent(event);
|
| event->StopPropagation();
|
| }
|
|
|
|
|