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

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

Issue 2829733002: mus: Changes SetDisplayRoot() to create actual display (Closed)
Patch Set: screenmanagerforwarding only ozone Created 3 years, 8 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
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 "services/ui/ws/window_server_delegate.h" 5 #include "services/ui/ws/window_server_delegate.h"
6 6
7 #include "services/ui/ws/window_tree_binding.h" 7 #include "services/ui/ws/window_tree_binding.h"
8 8
9 namespace ui { 9 namespace ui {
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 void WindowServerDelegate::OnWillCreateTreeForWindowManager(
25 bool automatically_create_display_roots) {}
26
24 } // namespace ws 27 } // namespace ws
25 } // namespace ui 28 } // namespace ui
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698