Index: ash/wm/window_positioner.cc |
diff --git a/ash/wm/window_positioner.cc b/ash/wm/window_positioner.cc |
index 48e70a2a3db60088b039c95168faae442c9a8436..27bf3910e670ea38628f79b675e989bf111fba65 100644 |
--- a/ash/wm/window_positioner.cc |
+++ b/ash/wm/window_positioner.cc |
@@ -327,10 +327,10 @@ void WindowPositioner::RearrangeVisibleWindowOnShow( |
if (single_window) { |
// When going from one to two windows both windows loose their |
// "positioned by user" flags. |
- added_window_state->set_bounds_changed_by_user(false); |
+ added_window_state->SetBoundsChangedByUser(false); |
wm::WindowState* other_window_state = |
wm::GetWindowState(other_shown_window); |
- other_window_state->set_bounds_changed_by_user(false); |
+ other_window_state->SetBoundsChangedByUser(false); |
if (WindowPositionCanBeManaged(other_shown_window)) { |
// Don't override pre auto managed bounds as the current bounds |