| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 819c80a61550ff8c2bba7347e299b0a04022abe8..32e9b9ab066260328bbe02b93cb7a75eb4b0da25 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -209,9 +209,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // |wm::GetActiveWindow()->GetRootWindow()|.
|
| static aura::Window* GetTargetRootWindow();
|
|
|
| - // Returns the global Screen object that's always active in ash.
|
| - static gfx::Screen* GetScreen();
|
| -
|
| // Returns all root windows.
|
| static aura::Window::Windows GetAllRootWindows();
|
|
|
|
|