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

Unified Diff: services/ui/public/interfaces/display.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
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/display.mojom
diff --git a/services/ui/public/interfaces/display.mojom b/services/ui/public/interfaces/display.mojom
index a099ddb952cb8c32ac95461b87c0169eb7b5a578..2c10ce8de90ead441d4c1a28e63de66cbf5369a7 100644
--- a/services/ui/public/interfaces/display.mojom
+++ b/services/ui/public/interfaces/display.mojom
@@ -8,13 +8,13 @@ import "services/ui/public/interfaces/window_manager_constants.mojom";
interface DisplayManagerObserver {
// Sent when the observer is added. Gives the initial state.
- OnDisplays(array<Display> displays);
+ OnDisplays(array<WsDisplay> displays);
// The specified set of displays has changed in some way. This is used both
// when a new display is added, or when a property of a display changes.
// |displays| does not necessarily contain the complete set of displays,
// only those that changed.
- OnDisplaysChanged(array<Display> displays);
+ OnDisplaysChanged(array<WsDisplay> displays);
// An existing display was removed.
OnDisplayRemoved(int64 id);
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698