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