diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h index 1ef873cd..4d70bbd 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -226,6 +226,9 @@ class ASH_EXPORT Shell { } private: + FRIEND_TEST_ALL_PREFIXES(RootWindowEventFilterTest, MouseEventCursors); + FRIEND_TEST_ALL_PREFIXES(RootWindowEventFilterTest, TransformActivate); + typedef std::pair<aura::Window*, gfx::Rect> WindowAndBoundsPair; explicit Shell(ShellDelegate* delegate); @@ -246,6 +249,9 @@ class ASH_EXPORT Shell { // has the effect of deleting the current LayoutManager. void ResetLayoutManager(int container_id); + // Disables the workspace grid layout. + void DisableWorkspaceGridLayout(); + static Shell* instance_; // Window mode is computed at shell initialization time, so allow it to be |