| 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 0f659e62266468e10da5befd97b466b33c41d96a..563697d642269a7c7935eb60a23deb00a568ad88 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -280,6 +280,16 @@ interface WindowManagerClient {
|
| uint32 window_id) =>
|
| (cc.mojom.LocalSurfaceId? local_surface_id);
|
|
|
| + // Configures the metrics for the displays and notifies observers. This is
|
| + // only applicable when WindowTree was created with a value of false for
|
| + // |automatically_create_display_roots|. This *must* be called after any
|
| + // display related changes to inform observers, for example, after calling
|
| + // SetDisplayRoot() this must be called to inform observers of the display
|
| + // changes.
|
| + SetDisplayConfiguration(array<display.mojom.Display> displays,
|
| + array<WmViewportMetrics> viewport_metrics,
|
| + int64 primary_display_id) => (bool success);
|
| +
|
| // The window manager has completed a request with the specific change id.
|
| WmResponse(uint32 change_id, bool response);
|
|
|
|
|