This source file includes following definitions.
- GetLocalProcessWindowAtPoint
#include "chrome/browser/ui/views/tabs/window_finder.h"
#include "chrome/browser/ui/host_desktop.h"
#include "ui/aura/window.h"
aura::Window* GetLocalProcessWindowAtPointAsh(
const gfx::Point& screen_point,
const std::set<aura::Window*>& ignore);
aura::Window* GetLocalProcessWindowAtPoint(
chrome::HostDesktopType host_desktop_type,
const gfx::Point& screen_point,
const std::set<aura::Window*>& ignore) {
return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
}