| Index: ui/views/widget/x11_desktop_handler.cc
|
| diff --git a/ui/views/widget/x11_desktop_handler.cc b/ui/views/widget/x11_desktop_handler.cc
|
| index 98e9ff5864113a5ccb30b5a11cef3a7316ef042a..c9dd30566153edb0f0da88a59591fc44646b3564 100644
|
| --- a/ui/views/widget/x11_desktop_handler.cc
|
| +++ b/ui/views/widget/x11_desktop_handler.cc
|
| @@ -74,7 +74,7 @@ bool X11DesktopHandler::Dispatch(const base::NativeEvent& event) {
|
| }
|
| }
|
|
|
| - return false;
|
| + return true;
|
| }
|
|
|
| void X11DesktopHandler::OnWindowInitialized(aura::Window* window) {
|
|
|