Chromium Code Reviews| 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); |
| }; |