| Index: components/mus/public/interfaces/window_manager.mojom
|
| diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom
|
| index c6d554c130bbfbf24093c808d3bac7a5b541411b..098aaf1b59046db1130cfbd20c09cb97d5299fe7 100644
|
| --- a/components/mus/public/interfaces/window_manager.mojom
|
| +++ b/components/mus/public/interfaces/window_manager.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module mus.mojom;
|
|
|
| -import "components/mus/public/interfaces/view_tree.mojom";
|
| +import "components/mus/public/interfaces/window_tree.mojom";
|
| import "ui/mojo/geometry/geometry.mojom";
|
|
|
| enum WindowManagerErrorCode {
|
| @@ -33,7 +33,7 @@ struct Display {
|
| // created by calls to OpenWindow() from the *same connection* to the window
|
| // manager. The callback indicates success or failure.
|
| interface WindowManager {
|
| - OpenWindow(mojo.ViewTreeClient client);
|
| + OpenWindow(WindowTreeClient client);
|
|
|
| // Resizes the corresponding window to |size| and centers it in the current
|
| // context.
|
|
|