| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index ee76740b0fca3a603d3837aa424a0a91fc1c41f0..bb712a4bfcf525a7267b622454f0c95bd97f05c5 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -166,15 +166,6 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
|
| // until the another window who has a different root window becomes active.
|
| static aura::RootWindow* GetActiveRootWindow();
|
|
|
| - // Returns the RootWindow at |point| in the virtual screen coordinates.
|
| - // Returns NULL if the root window does not exist at the given
|
| - // point.
|
| - static aura::RootWindow* GetRootWindowAt(const gfx::Point& point);
|
| -
|
| - // Returns the RootWindow that shares the most area with |rect| in
|
| - // the virtual scren coordinates.
|
| - static aura::RootWindow* GetRootWindowMatching(const gfx::Rect& rect);
|
| -
|
| // Returns all root windows. In non extended desktop mode, this
|
| // returns the primary root window only.
|
| static RootWindowList GetAllRootWindows();
|
|
|