Index: services/ui/public/interfaces/window_manager.mojom |
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom |
index 85e0dd554086ff5a449fe31dd1325a6e6f7b34ef..f34365e1e36cc2c5152f33391116dc8a472c5e33 100644 |
--- a/services/ui/public/interfaces/window_manager.mojom |
+++ b/services/ui/public/interfaces/window_manager.mojom |
@@ -5,6 +5,7 @@ |
module ui.mojom; |
import "services/ui/public/interfaces/cursor.mojom"; |
+import "services/ui/public/interfaces/display/display.mojom"; |
import "services/ui/public/interfaces/event_matcher.mojom"; |
import "services/ui/public/interfaces/window_manager_constants.mojom"; |
import "services/ui/public/interfaces/window_tree_constants.mojom"; |
@@ -60,7 +61,9 @@ interface WindowManager { |
// Called when a new display is added. |root| gives the root window specific |
// to this WindowManager for |display|. |
- WmNewDisplayAdded(Display display, WindowData root, bool parent_drawn); |
+ WmNewDisplayAdded(display.mojom.Display display, |
+ WindowData root, |
+ bool parent_drawn); |
// When the WindowManager completes a request it must call back to |
// WindowManagerClient::WmResponse(). |