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

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: 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
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_;

Powered by Google App Engine
This is Rietveld 408576698