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

Unified Diff: ash/wm/workspace_controller.h

Issue 2861243003: chromeos: Converts WorkspaceLayoutManager to aura::LayoutManager (Closed)
Patch Set: feedback Created 3 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 | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index 22bf5bb3cb0a27e3749898726c9d8e4cbcbab587..16c2ff7fc87b60535fc858501c120e89cdf78541 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -13,7 +13,6 @@
#include "ui/aura/window_observer.h"
namespace ash {
-class WmWindow;
class WorkspaceControllerTestHelper;
class WorkspaceEventHandler;
class WorkspaceLayoutManager;
@@ -24,7 +23,7 @@ class WorkspaceLayoutManagerBackdropDelegate;
class ASH_EXPORT WorkspaceController : public aura::WindowObserver {
public:
// Installs WorkspaceLayoutManager on |viewport|.
- explicit WorkspaceController(WmWindow* viewport);
+ explicit WorkspaceController(aura::Window* viewport);
~WorkspaceController() override;
// Returns the current window state.
@@ -46,7 +45,7 @@ class ASH_EXPORT WorkspaceController : public aura::WindowObserver {
// aura::WindowObserver:
void OnWindowDestroying(aura::Window* window) override;
- WmWindow* viewport_;
+ aura::Window* viewport_;
std::unique_ptr<WorkspaceEventHandler> event_handler_;
// Owned by |viewport_|.
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698