Index: ui/aura/desktop_host_win.cc |
=================================================================== |
--- ui/aura/desktop_host_win.cc (revision 109970) |
+++ ui/aura/desktop_host_win.cc (working copy) |
@@ -258,10 +258,7 @@ |
} |
void DesktopHostWin::OnSize(UINT param, const CSize& size) { |
- // Minimizing resizes the window to 0x0 which causes our layout to go all |
- // screwy, so we just ignore it. |
- if (param != SIZE_MINIMIZED) |
- desktop_->OnHostResized(gfx::Size(size.cx, size.cy)); |
+ desktop_->OnHostResized(gfx::Size(size.cx, size.cy)); |
} |
} // namespace aura |