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

Unified Diff: ash/wm/maximize_mode/maximize_mode_window_manager.cc

Issue 1043543002: Fixed MaximizeModeWindowState::UpdateWindowPosition(...) to not animate incorrectly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | ash/wm/maximize_mode/maximize_mode_window_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/maximize_mode/maximize_mode_window_manager.cc
diff --git a/ash/wm/maximize_mode/maximize_mode_window_manager.cc b/ash/wm/maximize_mode/maximize_mode_window_manager.cc
index 7aacef9eea50a9ae32d02bec51f12708e27f0208..1c9558c88662b13ac7b390f1cbbe034ff718db0e 100644
--- a/ash/wm/maximize_mode/maximize_mode_window_manager.cc
+++ b/ash/wm/maximize_mode/maximize_mode_window_manager.cc
@@ -130,7 +130,7 @@ void MaximizeModeWindowManager::OnWindowBoundsChanged(
for (WindowToState::iterator it = window_state_map_.begin();
it != window_state_map_.end();
++it) {
- it->second->UpdateWindowPosition(wm::GetWindowState(it->first), false);
+ it->second->UpdateWindowPosition(wm::GetWindowState(it->first));
}
}
« no previous file with comments | « no previous file | ash/wm/maximize_mode/maximize_mode_window_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698