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

Unified Diff: components/mus/ws/connection_manager.h

Issue 1474543002: Makes NewWindow() take set of properties for window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke shadow_style changes Created 5 years, 1 month 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 | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/connection_manager.h
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
index 849bcc60fa571e2ac4fb28d5ca6a192145afe5c8..c9cd68a7c7c916688da38636281b414d013fbda6 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -7,6 +7,7 @@
#include <map>
#include <set>
+#include <vector>
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -46,7 +47,9 @@ class ConnectionManager : public ServerWindowDelegate,
// Creates a new ServerWindow. The return value is owned by the caller, but
// must be destroyed before ConnectionManager.
- ServerWindow* CreateServerWindow(const WindowId& id);
+ ServerWindow* CreateServerWindow(
+ const WindowId& id,
+ const std::map<std::string, std::vector<uint8_t>>& properties);
// Returns the id for the next WindowTreeImpl.
ConnectionSpecificId GetAndAdvanceNextConnectionId();
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698