| Index: ui/aura/window_tree_host_x11.cc
|
| diff --git a/ui/aura/window_tree_host_x11.cc b/ui/aura/window_tree_host_x11.cc
|
| index 36e71561774792dd662adfbebfe02cb9c9c16a74..dfa9485a992fe8bbeb4b9b939f929f07c4a04081 100644
|
| --- a/ui/aura/window_tree_host_x11.cc
|
| +++ b/ui/aura/window_tree_host_x11.cc
|
| @@ -416,8 +416,7 @@ uint32_t WindowTreeHostX11::DispatchEvent(const ui::PlatformEvent& event) {
|
| break;
|
| }
|
| case FocusOut:
|
| - if (xev->xfocus.mode != NotifyGrab)
|
| - OnHostLostWindowCapture();
|
| + OnHostLostWindowCapture();
|
| break;
|
| case ConfigureNotify: {
|
| DCHECK_EQ(xwindow_, xev->xconfigure.event);
|
|
|