Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: ash/mus/window_manager.h

Issue 2318223003: mash: Migrate wallpaper controllers to ash/common. (Closed)
Patch Set: Fix nit. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/test/wm_test_helper.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 89b4a96b514fa020a541bf92a955072311c8efe1..8d6ff15c88c043381daa2c241b06037002c5a762 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -11,6 +11,7 @@
#include <set>
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
#include "services/ui/common/types.h"
#include "services/ui/public/cpp/window_manager_delegate.h"
@@ -18,6 +19,10 @@
#include "services/ui/public/cpp/window_tree_client_delegate.h"
#include "services/ui/public/interfaces/window_manager.mojom.h"
+namespace base {
+class SequencedWorkerPool;
+}
+
namespace display {
class Display;
class ScreenBase;
@@ -53,7 +58,8 @@ class WindowManager : public ui::WindowManagerDelegate,
explicit WindowManager(shell::Connector* connector);
~WindowManager() override;
- void Init(std::unique_ptr<ui::WindowTreeClient> window_tree_client);
+ void Init(std::unique_ptr<ui::WindowTreeClient> window_tree_client,
+ const scoped_refptr<base::SequencedWorkerPool>& blocking_pool);
WmShellMus* shell() { return shell_.get(); }
« no previous file with comments | « ash/mus/test/wm_test_helper.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698