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

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

Issue 2712203002: c++ / mojo changes for 'external window mode'
Patch Set: rebased Created 3 years, 9 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/window_tree.cc ('k') | services/ui/ws/window_tree_host_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_host_factory.h
diff --git a/services/ui/ws/window_tree_host_factory.h b/services/ui/ws/window_tree_host_factory.h
index f1461744b8b9d758fe098de80f26e1686a073387..f7d4499a43f53a3f9dcef73836626ffc6ad216aa 100644
--- a/services/ui/ws/window_tree_host_factory.h
+++ b/services/ui/ws/window_tree_host_factory.h
@@ -8,6 +8,7 @@
#include <stdint.h>
#include "mojo/public/cpp/bindings/binding_set.h"
+#include "services/ui/common/types.h"
#include "services/ui/public/interfaces/window_tree_host.mojom.h"
#include "services/ui/ws/user_id.h"
@@ -27,6 +28,8 @@ class WindowTreeHostFactory : public mojom::WindowTreeHostFactory {
// mojom::WindowTreeHostFactory implementation.
void CreateWindowTreeHost(mojom::WindowTreeHostRequest host,
mojom::WindowTreeClientPtr tree_client) override;
+ void CreatePlatformWindow(mojom::WindowTreeHostRequest tree_host_request,
+ Id client_id) override;
WindowServer* window_server_;
const UserId user_id_;
« no previous file with comments | « services/ui/ws/window_tree.cc ('k') | services/ui/ws/window_tree_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698