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

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

Issue 2829733002: mus: Changes SetDisplayRoot() to create actual display (Closed)
Patch Set: unnecessary get Created 3 years, 8 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
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/window_manager_constants.mojom
diff --git a/services/ui/public/interfaces/window_manager_constants.mojom b/services/ui/public/interfaces/window_manager_constants.mojom
index 7863f767227a29faf2064b3ec0c325e6856644df..0919edef1f7a475875b92a465140b9dda0f7abf2 100644
--- a/services/ui/public/interfaces/window_manager_constants.mojom
+++ b/services/ui/public/interfaces/window_manager_constants.mojom
@@ -65,3 +65,10 @@ enum WindowType {
DRAG,
UNKNOWN,
};
+
+// Used when the window manager explicitly adds a new display.
+struct WmViewportMetrics {
+ gfx.mojom.Rect bounds_in_pixels;
+ float device_scale_factor;
+ float ui_scale_factor;
+};
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698