| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| index c0cbd53bf3724c2c6b64e1d3a638092994320e6e..c82477c6c7629aa3abeaa0449d097ea3a967daac 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -607,8 +607,8 @@ void AutofillPopupControllerImpl::UpdatePopupBounds() {
|
| int popup_required_width = GetDesiredPopupWidth();
|
| int popup_height = GetDesiredPopupHeight();
|
|
|
| - popup_bounds_ = controller_common_->GetPopupBounds(popup_height,
|
| - popup_required_width);
|
| + popup_bounds_ = controller_common_->GetPopupBounds(popup_required_width,
|
| + popup_height);
|
| }
|
| #endif // !defined(OS_ANDROID)
|
|
|
|
|