Index: chrome/browser/ui/views/dropdown_bar_host_win.cc |
=================================================================== |
--- chrome/browser/ui/views/dropdown_bar_host_win.cc (revision 90713) |
+++ chrome/browser/ui/views/dropdown_bar_host_win.cc (working copy) |
@@ -25,8 +25,6 @@ |
bool no_redraw) { |
gfx::Rect window_rect = host_->GetWindowScreenBounds(); |
Finnur
2011/06/30 22:10:24
This is redundant now...
jennb
2011/06/30 22:26:47
Done.
|
DWORD swp_flags = SWP_NOOWNERZORDER; |
- if (!window_rect.IsEmpty()) |
- swp_flags |= SWP_NOSIZE; |
Finnur
2011/06/30 22:10:24
why is this necessary?
jennb
2011/06/30 22:26:47
DropdownBarView::PaintOffsetToolbarBackground was
|
if (no_redraw) |
swp_flags |= SWP_NOREDRAW; |
if (!host_->IsVisible()) |