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

Unified Diff: services/ui/ws/window_server.h

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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 | « services/ui/ws/user_display_manager.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index 090948a2a5f43f98198c51e005001dcef3320dc9..2f6165269705f0f4b044e5a7ef21e85b35a8096a 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -29,6 +29,7 @@
#include "services/ui/ws/window_manager_window_tree_factory_set.h"
namespace ui {
+
namespace ws {
class AccessPolicy;
@@ -36,6 +37,7 @@ class Display;
class DisplayManager;
class GpuHost;
class ServerWindow;
+class ThreadedImageCursorsFactory;
class UserActivityMonitor;
class WindowManagerState;
class WindowServerDelegate;
@@ -53,7 +55,7 @@ class WindowServer : public ServerWindowDelegate,
public UserIdTrackerObserver,
public cc::mojom::FrameSinkManagerClient {
public:
- explicit WindowServer(WindowServerDelegate* delegate);
+ WindowServer(WindowServerDelegate* delegate);
~WindowServer() override;
WindowServerDelegate* delegate() { return delegate_; }
@@ -81,6 +83,8 @@ class WindowServer : public ServerWindowDelegate,
void SetGpuHost(std::unique_ptr<GpuHost> gpu_host);
+ ThreadedImageCursorsFactory* GetThreadedImageCursorsFactory();
+
// Creates a new ServerWindow. The return value is owned by the caller, but
// must be destroyed before WindowServer.
ServerWindow* CreateServerWindow(
« no previous file with comments | « services/ui/ws/user_display_manager.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698