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

Unified Diff: components/mus/ws/window_tree_host_impl.h

Issue 1414943003: Moves move logic into WM instead of WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/ws/window_tree_host_impl.h
diff --git a/components/mus/ws/window_tree_host_impl.h b/components/mus/ws/window_tree_host_impl.h
index 867d7378f8134b143a7b7da412aa4d26f0c1711b..73bf36d90440a87dea2e120e13141164e49b6513 100644
--- a/components/mus/ws/window_tree_host_impl.h
+++ b/components/mus/ws/window_tree_host_impl.h
@@ -87,7 +87,6 @@ class WindowTreeHostImpl : public DisplayManagerDelegate,
void AddAccelerator(uint32_t id,
mojo::EventMatcherPtr event_matcher) override;
void RemoveAccelerator(uint32_t id) override;
- void EnableWindowDraggingForChildren(Id transport_window_id) override;
private:
void OnClientClosed();
@@ -110,6 +109,7 @@ class WindowTreeHostImpl : public DisplayManagerDelegate,
void SetFocusedWindowFromEventDispatcher(ServerWindow* window) override;
ServerWindow* GetFocusedWindowForEventDispatcher() override;
void DispatchInputEventToWindow(ServerWindow* target,
+ bool in_nonclient_area,
mojo::EventPtr event) override;
WindowTreeHostDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698