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

Unified Diff: services/ui/public/interfaces/window_server_test.mojom

Issue 2715533005: Make mus_demo_unittests work with multiple root windows (Closed)
Patch Set: Add a unit test for multiple windows. Created 3 years, 10 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/public/interfaces/window_server_test.mojom
diff --git a/services/ui/public/interfaces/window_server_test.mojom b/services/ui/public/interfaces/window_server_test.mojom
index 2a8028f055eb4de03286f83acb59244790769eea..6abccf125f22699f1ecd89a5737b379722d5ecfb 100644
--- a/services/ui/public/interfaces/window_server_test.mojom
+++ b/services/ui/public/interfaces/window_server_test.mojom
@@ -5,5 +5,5 @@
module ui.mojom;
interface WindowServerTest {
- EnsureClientHasDrawnWindow(string client_name) => (bool success);
+ EnsureClientHasDrawnRootWindows(string client_name) => (uint64 root_window_count);
};

Powered by Google App Engine
This is Rietveld 408576698