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