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

Unified Diff: services/ui/ws/window_server_delegate.h

Issue 2904993003: chromeos: changes how DisplayManagerObservers are notified (Closed)
Patch Set: cleanup Created 3 years, 7 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
« no previous file with comments | « services/ui/ws/window_server.cc ('k') | services/ui/ws/window_server_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_delegate.h
diff --git a/services/ui/ws/window_server_delegate.h b/services/ui/ws/window_server_delegate.h
index 5256e11bec3351e10b4e5947965b67d6c4975792..6588bec935eef63320cdf1d175b6eda811613e77 100644
--- a/services/ui/ws/window_server_delegate.h
+++ b/services/ui/ws/window_server_delegate.h
@@ -57,7 +57,7 @@ class WindowServerDelegate {
// WindowManagerWindowTreeFactory. |automatically_create_display_roots|
// mirrors that of CreateWindowTree(). See it for details.
virtual void OnWillCreateTreeForWindowManager(
- bool automatically_create_display_roots);
+ bool automatically_create_display_roots) = 0;
protected:
virtual ~WindowServerDelegate() {}
« no previous file with comments | « services/ui/ws/window_server.cc ('k') | services/ui/ws/window_server_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698