Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5668)

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698