| 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..63d2f487e161a7707e0a7d3cb5aa4d6d020c7e0e 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 source) {
|
| #if defined(USE_ASH)
|
| if (host_desktop_type == chrome::HOST_DESKTOP_TYPE_ASH)
|
| return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
|
|
|