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

Unified Diff: ash/common/wm/lock_window_state.cc

Issue 2778733004: Add WindowPinType property on arua::Window (Closed)
Patch Set: Address review issues. Created 3 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/common/wm/default_state.cc ('k') | ash/common/wm/maximize_mode/maximize_mode_window_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/lock_window_state.cc
diff --git a/ash/common/wm/lock_window_state.cc b/ash/common/wm/lock_window_state.cc
index 06c5448bea42aad47644e36497b323d4b38a58a1..cfe0cd94e0f49b9f6a8ea82b1f4a60ef8af912dc 100644
--- a/ash/common/wm/lock_window_state.cc
+++ b/ash/common/wm/lock_window_state.cc
@@ -141,7 +141,7 @@ void LockWindowState::UpdateWindow(wm::WindowState* window_state,
const wm::WindowStateType old_state_type = current_state_type_;
current_state_type_ = target_state;
- window_state->UpdateWindowShowStateFromStateType();
+ window_state->UpdateWindowPropertiesFromStateType();
window_state->NotifyPreStateTypeChange(old_state_type);
UpdateBounds(window_state);
window_state->NotifyPostStateTypeChange(old_state_type);
« no previous file with comments | « ash/common/wm/default_state.cc ('k') | ash/common/wm/maximize_mode/maximize_mode_window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698