Index: ui/views/widget/native_widget_aura.cc |
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc |
index 9e14f20df56888313cfec8e77b7c00eca6173614..8c9ad02b899b0b87ec4be78a1f76f6503038cdf4 100644 |
--- a/ui/views/widget/native_widget_aura.cc |
+++ b/ui/views/widget/native_widget_aura.cc |
@@ -443,8 +443,8 @@ void NativeWidgetAura::Hide() { |
void NativeWidgetAura::ShowMaximizedWithBounds( |
const gfx::Rect& restored_bounds) { |
- ShowWithWindowState(ui::SHOW_STATE_MAXIMIZED); |
SetRestoreBounds(window_, restored_bounds); |
+ ShowWithWindowState(ui::SHOW_STATE_MAXIMIZED); |
} |
void NativeWidgetAura::ShowWithWindowState(ui::WindowShowState state) { |