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

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

Issue 2498073003: Fix GPU service and display initialization race. (Closed)
Patch Set: Created 4 years, 1 month 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
« services/ui/service.cc ('K') | « services/ui/ws/window_server.cc ('k') | no next file » | 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 50ae3aae3614683f4034d03a117e954e13de60af..f8f4cc3b25f04941a8598f6b904d0635696b968d 100644
--- a/services/ui/ws/window_server_delegate.h
+++ b/services/ui/ws/window_server_delegate.h
@@ -36,6 +36,9 @@ class WindowServerDelegate {
WINDOW_MANAGER,
};
+ // WindowServer signal that display initialization can start.
+ virtual void StartDisplayInit();
+
// Called once when the AcceleratedWidget of a Display is available.
virtual void OnFirstDisplayReady();
« services/ui/service.cc ('K') | « services/ui/ws/window_server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698