| Index: chrome/browser/ui/views/tabs/window_finder_win.cc
|
| diff --git a/chrome/browser/ui/views/tabs/window_finder_win.cc b/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| index 2596c1888f35fef411b22f461b05a9ef1c421ef9..af476166740313c8471c3ff36d3fd896dc0b0f4f 100644
|
| --- a/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| +++ b/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| @@ -262,7 +262,8 @@ std::set<HWND> RemapIgnoreSet(const std::set<gfx::NativeView>& ignore) {
|
| gfx::NativeWindow GetLocalProcessWindowAtPoint(
|
| chrome::HostDesktopType host_desktop_type,
|
| const gfx::Point& screen_point,
|
| - const std::set<gfx::NativeWindow>& ignore) {
|
| + const std::set<gfx::NativeWindow>& ignore,
|
| + gfx::NativeWindow dragged_window) {
|
| #if defined(USE_ASH)
|
| if (host_desktop_type == chrome::HOST_DESKTOP_TYPE_ASH)
|
| return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
|
|
|