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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_view_views.cc

Issue 11817051: Elide text in the new Autofill UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 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/views/autofill/autofill_popup_view_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc b/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc
index 13a208e2b82fd44da507ecf7141bd672ca336d80..c1d238dcf771b86b3e79dc17581235bd70840f60 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc
@@ -237,7 +237,7 @@ void AutofillPopupViewViews::SetInitialBounds() {
}
controller_->SetPopupBounds(gfx::Rect(
- controller_->element_bounds().x(),
+ controller_->popup_bounds().x(),
top_of_popup,
controller_->GetPopupRequiredWidth(),
popup_height));

Powered by Google App Engine
This is Rietveld 408576698