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

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

Issue 1456233002: Converts remaining windowmanager property based functions to SetProperty (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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_tree.mojom
diff --git a/components/mus/public/interfaces/window_tree.mojom b/components/mus/public/interfaces/window_tree.mojom
index c9d4ecf0008e57df1073c141050dba9efe803090..7c57d2f085744dd323aa9088cc4253661a763ee1 100644
--- a/components/mus/public/interfaces/window_tree.mojom
+++ b/components/mus/public/interfaces/window_tree.mojom
@@ -212,15 +212,6 @@ interface WindowTree {
SetImeVisibility(uint32 window_id, bool visible, mojo.TextInputState? state);
// --------------------------------------------------------------------------
- // This section is for functions that call through directly to the
- // WindowManager. It is expected this will move into an associated interface.
- // See window_manager.mojom for details of these functions.
- // OpenWindow(WindowTreeClient client);
- SetPreferredSize(uint32 window_id, mojo.Size size) =>
- (WindowManagerErrorCode result);
- SetResizeBehavior(uint32 window_id, ResizeBehavior resize_behavior);
-
- // --------------------------------------------------------------------------
// This section is for functions called from the window manager. It is
// expected these will be pulled into an associated interface.
« no previous file with comments | « components/mus/public/interfaces/window_manager.mojom ('k') | components/mus/ws/forwarding_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698