Index: ash/wm/maximize_mode/maximize_mode_window_state.h |
diff --git a/ash/wm/maximize_mode/maximize_mode_window_state.h b/ash/wm/maximize_mode/maximize_mode_window_state.h |
index 0512bbadf39f386430b19e45e75704b0115cabdd..b5627688ea1d9b23a8922e968179de5a8efad6ea 100644 |
--- a/ash/wm/maximize_mode/maximize_mode_window_state.h |
+++ b/ash/wm/maximize_mode/maximize_mode_window_state.h |
@@ -17,8 +17,7 @@ class MaximizeModeWindowManager; |
class MaximizeModeWindowState : public wm::WindowState::State { |
public: |
// Called when the window position might need to be updated. |
- static void UpdateWindowPosition(wm::WindowState* window_state, |
- bool animated); |
+ static void UpdateWindowPosition(wm::WindowState* window_state); |
// The |window|'s state object will be modified to use this new window mode |
// state handler. Upon destruction it will restore the previous state handler |