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

Unified Diff: ui/aura/desktop_host_win.cc

Issue 8564030: Revert 109966 - Grab-bag: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « ui/aura/desktop.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/aura/desktop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698