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

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

Issue 2161993002: Start using display.mojom.Display in mus+ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Fixes. Created 4 years, 5 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_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().
« no previous file with comments | « services/ui/public/interfaces/display.mojom ('k') | services/ui/public/interfaces/window_manager_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698