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

Unified Diff: components/mus/public/interfaces/window_manager.mojom

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 years, 2 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
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.
« no previous file with comments | « components/mus/public/interfaces/view_tree_host.mojom ('k') | components/mus/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698