Chromium Code Reviews| Index: chrome/browser/ui/autofill/popup_controller_common.cc |
| diff --git a/chrome/browser/ui/autofill/popup_controller_common.cc b/chrome/browser/ui/autofill/popup_controller_common.cc |
| index 1628bfa10d45d0c5a38f1ea1fd715977c409e2d7..77674222d625996b3a19d4f3fc9ca3f204fd41c9 100644 |
| --- a/chrome/browser/ui/autofill/popup_controller_common.cc |
| +++ b/chrome/browser/ui/autofill/popup_controller_common.cc |
| @@ -123,8 +123,8 @@ std::pair<int,int> PopupControllerCommon::CalculatePopupYAndHeight( |
| } |
| gfx::Rect PopupControllerCommon::GetPopupBounds( |
| - int popup_required_height, |
| - int popup_required_width) const { |
| + int popup_required_width, |
| + int popup_required_height) const { |
|
Evan Stade
2014/07/15 22:46:28
param name should match declaration
Garrett Casto
2014/07/16 07:38:23
Done.
|
| // This is the top left point of the popup if the popup is above the element |
| // and grows to the left (since that is the highest and furthest left the |
| // popup go could). |