| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 3e21f2fc3c0d9038ca3dd8e1e62f8aa4c4f2ef2f..c6eb4d3773eaa1c164691ccd596b751986f9b65e 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -334,20 +334,6 @@ aura::RootWindow* Shell::GetActiveRootWindow() {
|
| }
|
|
|
| // static
|
| -aura::RootWindow* Shell::GetRootWindowAt(const gfx::Point& point) {
|
| - const gfx::Display& display = gfx::Screen::GetDisplayNearestPoint(point);
|
| - return Shell::GetInstance()->display_controller()->
|
| - GetRootWindowForDisplayId(display.id());
|
| -}
|
| -
|
| -// static
|
| -aura::RootWindow* Shell::GetRootWindowMatching(const gfx::Rect& rect) {
|
| - const gfx::Display& display = gfx::Screen::GetDisplayMatching(rect);
|
| - return Shell::GetInstance()->display_controller()->
|
| - GetRootWindowForDisplayId(display.id());
|
| -}
|
| -
|
| -// static
|
| Shell::RootWindowList Shell::GetAllRootWindows() {
|
| return Shell::GetInstance()->display_controller()->
|
| GetAllRootWindows();
|
|
|