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

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

Issue 2645093003: [WIP] ScreenManager: Add an external window mode (Closed)
Patch Set: Created 3 years, 11 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.h
diff --git a/services/ui/ws/window_server_delegate.h b/services/ui/ws/window_server_delegate.h
index 337cc3880e2757f5df8055a089ad27a6239383ae..810cf69164b3dcbbf6a91bccea090c64cffa2ede 100644
--- a/services/ui/ws/window_server_delegate.h
+++ b/services/ui/ws/window_server_delegate.h
@@ -35,7 +35,7 @@ class WindowServerDelegate {
};
// WindowServer signal that display initialization can start.
- virtual void StartDisplayInit() = 0;
+ virtual void StartDisplayInit(bool window_manager_connected) = 0;
// Called once when the AcceleratedWidget of a Display is available.
virtual void OnFirstDisplayReady();

Powered by Google App Engine
This is Rietveld 408576698