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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: services/ui/ws/window_server_delegate.cc
diff --git a/services/ui/ws/window_server_delegate.cc b/services/ui/ws/window_server_delegate.cc
index 6d1194b7fb7b463ae8d2e40d190ea3f62923ca7f..1250bade481fb812b592a6458c9e29150acb24a7 100644
--- a/services/ui/ws/window_server_delegate.cc
+++ b/services/ui/ws/window_server_delegate.cc
@@ -21,5 +21,8 @@ WindowServerDelegate::CreateWindowTreeBinding(
return nullptr;
}
+void WindowServerDelegate::OnWillCreateTreeForWindowManager(
+ bool automatically_create_display_roots) {}
+
} // namespace ws
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698