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

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

Issue 2342003003: [WIP] Mus: Pass the mojo connector to OzonePlatform::InitializeForGPU (Closed)
Patch Set: 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 | « services/ui/ws/gpu_service_proxy.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 ad2862c300ae0c525953d812d3a1adbcd7f20c4c..41780262b021ec9420f101d0662608ed169f069b 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -31,6 +31,10 @@
#include "services/ui/ws/user_id_tracker_observer.h"
#include "services/ui/ws/window_manager_window_tree_factory_set.h"
+namespace shell {
+class Connector;
+}
+
namespace ui {
namespace ws {
@@ -52,7 +56,8 @@ class WindowServer : public ServerWindowDelegate,
public UserDisplayManagerDelegate,
public UserIdTrackerObserver {
public:
- explicit WindowServer(WindowServerDelegate* delegate);
+ explicit WindowServer(WindowServerDelegate* delegate,
+ shell::Connector* connector);
~WindowServer() override;
WindowServerDelegate* delegate() { return delegate_; }
« no previous file with comments | « services/ui/ws/gpu_service_proxy.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698