| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 45a69951e18e7539eb809f9c995188e446e9096f..6be67bc5eabf3ec40b60868d9e9013965c546ee6 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -18,6 +18,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| +#include "ui/app_list/presenter/app_list_delegate.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/display/screen.h"
|
| #include "ui/events/event_target.h"
|
| @@ -609,6 +610,8 @@ class ASH_EXPORT Shell : public SessionObserver,
|
| // Used to provide better error messages for Shell::Get() under mash.
|
| static void SetIsBrowserProcessWithMash();
|
|
|
| + void OnAppListVisibilityChanged(bool visible, aura::Window* root_window);
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ExtendedDesktopTest, TestCursor);
|
| FRIEND_TEST_ALL_PREFIXES(WindowManagerTest, MouseEventCursors);
|
|
|