| Index: chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (revision 86083)
|
| +++ chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (working copy)
|
| @@ -277,7 +277,7 @@
|
| int top = contents_rect.y();
|
| for (int i = 0; i < child_count(); ++i) {
|
| View* v = GetChildViewAt(i);
|
| - if (v->IsVisible()) {
|
| + if (v->visible()) {
|
| v->SetBounds(contents_rect.x(), top, contents_rect.width(),
|
| v->GetPreferredSize().height());
|
| top = v->bounds().bottom();
|
|
|