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

Unified Diff: ash/wm/lock_window_state.h

Issue 2901663003: chromeos: converts WindowState to aura::Window (Closed)
Patch Set: moar 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
Index: ash/wm/lock_window_state.h
diff --git a/ash/wm/lock_window_state.h b/ash/wm/lock_window_state.h
index 9a164ca87a514c5964d0737748cd58f71ce07cb1..71de81bd984fd2a13024d25411c107e297ee6852 100644
--- a/ash/wm/lock_window_state.h
+++ b/ash/wm/lock_window_state.h
@@ -18,7 +18,7 @@ class LockWindowState : public wm::WindowState::State {
public:
// The |window|'s state object will be modified to use this new window mode
// state handler.
- explicit LockWindowState(WmWindow* window);
+ explicit LockWindowState(aura::Window* window);
~LockWindowState() override;
// WindowState::State overrides:
@@ -30,7 +30,7 @@ class LockWindowState : public wm::WindowState::State {
void DetachState(wm::WindowState* window_state) override;
// Creates new LockWindowState instance and attaches it to |window|.
- static wm::WindowState* SetLockWindowState(WmWindow* window);
+ static wm::WindowState* SetLockWindowState(aura::Window* window);
private:
// Updates the window to |new_state_type| and resulting bounds:

Powered by Google App Engine
This is Rietveld 408576698