| Index: ui/aura/root_window_host_win.cc
|
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
|
| index d000bd83760f8ac154b49c1946fd16dec04f7bdf..fbe54971b4a5441f58dc53922f9fcee33462d14f 100644
|
| --- a/ui/aura/root_window_host_win.cc
|
| +++ b/ui/aura/root_window_host_win.cc
|
| @@ -245,7 +245,7 @@ LRESULT RootWindowHostWin::OnCaptureChanged(UINT message,
|
| LPARAM l_param) {
|
| if (has_capture_) {
|
| has_capture_ = false;
|
| - delegate_->OnHostLostCapture();
|
| + delegate_->OnHostLostWindowCapture();
|
| }
|
| return 0;
|
| }
|
|
|