| Index: components/mus/public/interfaces/window_tree_host.mojom
|
| diff --git a/components/mus/public/interfaces/window_tree_host.mojom b/components/mus/public/interfaces/window_tree_host.mojom
|
| index f542b8cbef217f1cd9491567acee475408b5f560..4c61eb9a1cef22473475edf230d63031f93eaceb 100644
|
| --- a/components/mus/public/interfaces/window_tree_host.mojom
|
| +++ b/components/mus/public/interfaces/window_tree_host.mojom
|
| @@ -11,7 +11,7 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
|
| // of windows.
|
| interface WindowTreeHost {
|
| // Sets the size of the platform window.
|
| - SetSize(mojo.Size size);
|
| + SetSize(gfx.mojom.Size size);
|
|
|
| // Sets a title string to be displayed on the platform window.
|
| SetTitle(string title);
|
|
|