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

Unified Diff: ash/wm/dock/docked_window_layout_manager.h

Issue 1921883002: Removes WindowState::aura_window() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows build Created 4 years, 8 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/default_state.cc ('k') | ash/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/dock/docked_window_layout_manager.h
diff --git a/ash/wm/dock/docked_window_layout_manager.h b/ash/wm/dock/docked_window_layout_manager.h
index 4da580d24a779126ef38d55cf772d47c252ab1da..77490414d3cfaae278b7e01c9cc2f70ba8cb3ba4 100644
--- a/ash/wm/dock/docked_window_layout_manager.h
+++ b/ash/wm/dock/docked_window_layout_manager.h
@@ -27,7 +27,6 @@ class DockedBackgroundWidget;
class DockedWindowLayoutManagerObserver;
class DockedWindowResizerTest;
class Shelf;
-class WorkspaceController;
namespace wm {
class WmRootWindowController;
@@ -59,8 +58,7 @@ class ASH_EXPORT DockedWindowLayoutManager
// Minimum width of the docked windows area.
static const int kMinDockWidth;
- DockedWindowLayoutManager(wm::WmWindow* dock_container,
- WorkspaceController* workspace_controller);
+ explicit DockedWindowLayoutManager(wm::WmWindow* dock_container);
~DockedWindowLayoutManager() override;
// Returns the DockedWindowLayoutManager in the specified hierarchy. This
@@ -271,8 +269,6 @@ class ASH_EXPORT DockedWindowLayoutManager
// The shelf to respond to alignment changes.
Shelf* shelf_;
- // Workspace controller that can be checked for fullscreen mode.
- WorkspaceController* workspace_controller_;
// Tracks if any window in the same root window is in fullscreen mode.
bool in_fullscreen_;
// Current width of the dock.
« no previous file with comments | « ash/wm/default_state.cc ('k') | ash/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698