| Index: ui/aura/root_window_host_linux.cc
|
| diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc
|
| index a85d6ff3b78b9107dd49ac956e9477dd5c50fd97..e6b61c1fed9c5a08372fec0391f57898200bb820 100644
|
| --- a/ui/aura/root_window_host_linux.cc
|
| +++ b/ui/aura/root_window_host_linux.cc
|
| @@ -325,7 +325,7 @@ bool RootWindowHostLinux::Dispatch(const base::NativeEvent& event) {
|
| }
|
| case FocusOut:
|
| if (xev->xfocus.mode != NotifyGrab)
|
| - delegate_->OnHostLostCapture();
|
| + delegate_->OnHostLostWindowCapture();
|
| break;
|
| case ConfigureNotify: {
|
| DCHECK_EQ(xwindow_, xev->xconfigure.event);
|
|
|