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)); |