| 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 9eda253c35ce8175d657380f7e0aeae055a9d134..e81d68d2fd7e78e0f81d50085e436943510a1967 100644
|
| --- a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
|
| +++ b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
|
| @@ -183,7 +183,9 @@ bool AutofillPopupViewAndroid::RegisterAutofillPopupViewAndroid(JNIEnv* env) {
|
| AutofillPopupView* AutofillPopupView::Create(
|
| AutofillPopupController* controller) {
|
| if (IsKeyboardAccessoryEnabled())
|
| - return new AutofillKeyboardAccessoryView(controller);
|
| + return new AutofillKeyboardAccessoryView(
|
| + controller, GetKeyboardAccessoryAnimationDuration(),
|
| + ShouldLimitKeyboardAccessorySuggestionLabelWidth());
|
|
|
| return new AutofillPopupViewAndroid(controller);
|
| }
|
|
|