Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index ef869bf447ce7138e5f0c7e43a6d7d99518f4a23..52468d799a12f8ec45173a0ea79e07739fc188bd 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -20,6 +20,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/observer_list.h" |
#include "ui/gfx/insets.h" |
+#include "ui/gfx/screen.h" |
#include "ui/gfx/size.h" |
class CommandLine; |
@@ -170,6 +171,9 @@ class ASH_EXPORT Shell : CursorDelegate, |
// until the another window who has a different root window becomes active. |
static aura::RootWindow* GetActiveRootWindow(); |
+ // Returns the global Screen object that's always active in ash. |
+ static gfx::Screen* GetAshScreen(); |
+ |
// Returns all root windows. |
static RootWindowList GetAllRootWindows(); |