| 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 ef632897fc60927e1fc433e9fc61cf8a6e99b4f9..fa50d9ea26d0b9156135672c19be67c5e53bfe65 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
|
| @@ -1813,7 +1813,7 @@
|
|
|
| void DesktopWindowTreeHostX11::DispatchKeyEvent(ui::KeyEvent* event) {
|
| if (native_widget_delegate_->AsWidget()->IsActive())
|
| - SendEventToSink(event);
|
| + GetInputMethod()->DispatchKeyEvent(event);
|
| }
|
|
|
| void DesktopWindowTreeHostX11::ConvertEventToDifferentHost(
|
|
|