Index: mojo/services/view_manager/ids.h |
diff --git a/mojo/services/view_manager/ids.h b/mojo/services/view_manager/ids.h |
index b7cfe456088dd347d713d6240d838e3a739d247b..8d906beecb6d85cb966de6a19b667f9fefb4aae5 100644 |
--- a/mojo/services/view_manager/ids.h |
+++ b/mojo/services/view_manager/ids.h |
@@ -16,6 +16,10 @@ namespace service { |
// Connection id reserved for the root. |
const ConnectionSpecificId kRootConnection = 0; |
+// TODO(sky): remove this, temporary while window manager API is in existing |
+// api. |
+const ConnectionSpecificId kWindowManagerConnection = 1; |
+ |
// Adds a bit of type safety to node ids. |
struct MOJO_VIEW_MANAGER_EXPORT NodeId { |
NodeId(ConnectionSpecificId connection_id, ConnectionSpecificId node_id) |