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

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

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: StyledLabel Created 6 years, 6 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/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 {
// 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).

Powered by Google App Engine
This is Rietveld 408576698