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

Unified Diff: chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.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/gtk/autofill/autofill_popup_view_gtk.cc
diff --git a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc
index fbe59486cf0c6b58e5ffb8cbbfd7e446f7c91384..a1d5d010961c930e05fde1c6ba4a0358704cbfe4 100644
--- a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc
+++ b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc
@@ -326,7 +326,7 @@ void AutofillPopupViewGtk::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