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

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

Issue 1414943003: Moves move logic into WM instead of WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile 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
« no previous file with comments | « components/mus/example/wm/window_manager_impl.cc ('k') | components/mus/ws/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4f843f3536c500fd9b3fe3eb952289d104b419f4..7c6c249d15011cf01230617b7c04df082cb12fb7 100644
--- a/components/mus/public/interfaces/window_tree_host.mojom
+++ b/components/mus/public/interfaces/window_tree_host.mojom
@@ -27,12 +27,6 @@ interface WindowTreeHost {
// easily identify the accelerator's action.
AddAccelerator(uint32 id, mojo.EventMatcher matcher);
RemoveAccelerator(uint32 id);
-
- // If set pointer events in the non-client area of child windows of
- // |window_id| start a move or resize. The move is handled entirely by the
- // window service. Clients see the changes by way of the bounds of the
- // window changing (WindowTreeClient::OnWindowBoundsChanged()).
- EnableWindowDraggingForChildren(uint32 window_id);
};
interface WindowTreeHostClient {
« no previous file with comments | « components/mus/example/wm/window_manager_impl.cc ('k') | components/mus/ws/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698