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

Unified Diff: mash/wm/non_client_frame_controller.h

Issue 1994763002: Wires up WorkspaceLayoutManager in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: data deps Created 4 years, 7 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 | « mash/wm/frame/non_client_frame_view_mash.cc ('k') | mash/wm/non_client_frame_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/non_client_frame_controller.h
diff --git a/mash/wm/non_client_frame_controller.h b/mash/wm/non_client_frame_controller.h
index 02bed0285baa045f4ea132d8835695ed8188a078..3a2198033d6f27a0f3113e3ad97acb99f8f76a08 100644
--- a/mash/wm/non_client_frame_controller.h
+++ b/mash/wm/non_client_frame_controller.h
@@ -34,6 +34,7 @@ class NonClientFrameController : public views::WidgetDelegateView,
public:
// NonClientFrameController deletes itself when |window| is destroyed.
static void Create(shell::Connector* connector,
+ mus::Window* parent,
mus::Window* window,
mus::WindowManagerClient* window_manager_client);
@@ -48,6 +49,7 @@ class NonClientFrameController : public views::WidgetDelegateView,
private:
NonClientFrameController(shell::Connector* connector,
+ mus::Window* parent,
mus::Window* window,
mus::WindowManagerClient* window_manager_client);
~NonClientFrameController() override;
« no previous file with comments | « mash/wm/frame/non_client_frame_view_mash.cc ('k') | mash/wm/non_client_frame_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698