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

Side by Side Diff: services/ui/ws/window_server_delegate.cc

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 unified diff | Download patch
« no previous file with comments | « services/ui/ws/window_server_delegate.h ('k') | services/ui/ws/window_server_test_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/mus/ws/window_server_delegate.h" 5 #include "services/ui/ws/window_server_delegate.h"
6 6
7 #include "components/mus/ws/window_tree_binding.h" 7 #include "services/ui/ws/window_tree_binding.h"
8 8
9 namespace mus { 9 namespace mus {
10 namespace ws { 10 namespace ws {
11 11
12 void WindowServerDelegate::OnFirstDisplayReady() {} 12 void WindowServerDelegate::OnFirstDisplayReady() {}
13 13
14 std::unique_ptr<WindowTreeBinding> 14 std::unique_ptr<WindowTreeBinding>
15 WindowServerDelegate::CreateWindowTreeBinding( 15 WindowServerDelegate::CreateWindowTreeBinding(
16 BindingType type, 16 BindingType type,
17 ws::WindowServer* window_server, 17 ws::WindowServer* window_server,
18 ws::WindowTree* tree, 18 ws::WindowTree* tree,
19 mojom::WindowTreeRequest* tree_request, 19 mojom::WindowTreeRequest* tree_request,
20 mojom::WindowTreeClientPtr* client) { 20 mojom::WindowTreeClientPtr* client) {
21 return nullptr; 21 return nullptr;
22 } 22 }
23 23
24 } // namespace ws 24 } // namespace ws
25 } // namespace mus 25 } // namespace mus
OLDNEW
« no previous file with comments | « services/ui/ws/window_server_delegate.h ('k') | services/ui/ws/window_server_test_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698