| 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..8912304b4431b3581ba8871c100f2e66984c6d31 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<WmDisplay> 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<WmDisplay> displays);
|
|
|
| // An existing display was removed.
|
| OnDisplayRemoved(int64 id);
|
|
|