| Index: chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
|
| diff --git a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
|
| index c6d77bca72dcd4bad4a85e4d40783a31e5b4cdc4..e4503946ef0790e0532fcfd44f9e9f0f717ea72e 100644
|
| --- a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
|
| +++ b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
|
| @@ -118,7 +118,8 @@ void AutofillPopupViewAndroid::UpdateBoundsAndRedrawPopup() {
|
| env, java_object_, data_array, controller_->IsRTL(),
|
| controller_->layout_model().GetBackgroundColor(),
|
| controller_->layout_model().GetDividerColor(),
|
| - controller_->layout_model().GetDropdownItemHeight());
|
| + controller_->layout_model().GetDropdownItemHeight(),
|
| + controller_->layout_model().GetMargin());
|
| }
|
|
|
| void AutofillPopupViewAndroid::SuggestionSelected(
|
|
|