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

Unified Diff: ash/wm/workspace/workspace_window_resizer.h

Issue 24108003: [Cleanup] Rename WindowSettings to WindowState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase fix Created 7 years, 3 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/workspace_window_resizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_window_resizer.h
diff --git a/ash/wm/workspace/workspace_window_resizer.h b/ash/wm/workspace/workspace_window_resizer.h
index d678e12b5fe8349a04f6fa2f813d3eb0529daa02..1cd0942c4ba42eff2be073b1b7d085d0eecdf761 100644
--- a/ash/wm/workspace/workspace_window_resizer.h
+++ b/ash/wm/workspace/workspace_window_resizer.h
@@ -17,6 +17,10 @@
#include "ui/aura/window_tracker.h"
namespace ash {
+namespace wm {
+class WindowState;
+}
+
namespace internal {
class DockedWindowLayoutManager;
@@ -163,6 +167,8 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer {
aura::Window* window() const { return details_.window; }
+ wm::WindowState* window_state() { return details_.window_state; }
+
const Details details_;
const std::vector<aura::Window*> attached_windows_;
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/wm/workspace/workspace_window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698