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

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

Issue 2498073003: Fix GPU service and display initialization race. (Closed)
Patch Set: Make function abstract. 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
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 43c4842bb1dc2c8ccce2e8887a835e9d820105c7..327a1116037ec0e1599eb0d3a18139de50039edc 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -522,6 +522,7 @@ class TestWindowServerDelegate : public WindowServerDelegate {
Display* AddDisplay();
// WindowServerDelegate:
+ void StartDisplayInit() override;
void OnNoMoreDisplays() override;
std::unique_ptr<WindowTreeBinding> CreateWindowTreeBinding(
BindingType type,
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698