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(); |
Evan Stade
2014/07/15 22:46:28
I don't understand what "required" means here. s/r
Garrett Casto
2014/07/16 07:38:23
Done.
|
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) |