Index: chrome/browser/ui/views/tabs/window_finder_x11.cc |
diff --git a/chrome/browser/ui/views/tabs/window_finder_x11.cc b/chrome/browser/ui/views/tabs/window_finder_x11.cc |
index 18c9c025b5f94dd9a5ff2daf1fb9e9210a987839..2962ce61d969f83631277b8eb7576daaad4d732e 100644 |
--- a/chrome/browser/ui/views/tabs/window_finder_x11.cc |
+++ b/chrome/browser/ui/views/tabs/window_finder_x11.cc |
@@ -30,7 +30,8 @@ gfx::NativeWindow GetLocalProcessWindowAtPointAsh( |
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); |