| Index: chrome/browser/ui/android/autofill/autofill_keyboard_accessory_view.h
|
| diff --git a/chrome/browser/ui/android/autofill/autofill_keyboard_accessory_view.h b/chrome/browser/ui/android/autofill/autofill_keyboard_accessory_view.h
|
| index fafdb2a62dc33415801c9c874aa1806762d4e1fb..e8652b9ecb2207f1fcaa265fa418f3b6e64cbde3 100644
|
| --- a/chrome/browser/ui/android/autofill/autofill_keyboard_accessory_view.h
|
| +++ b/chrome/browser/ui/android/autofill/autofill_keyboard_accessory_view.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "chrome/browser/ui/autofill/autofill_popup_view.h"
|
| +#include "chrome/browser/ui/autofill/autofill_popup_view_helper.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -56,10 +57,14 @@ class AutofillKeyboardAccessoryView : public AutofillPopupView {
|
| void Hide() override;
|
| void InvalidateRow(size_t row) override;
|
| void UpdateBoundsAndRedrawPopup() override;
|
| + int LineFromY(int y) override;
|
| + gfx::Rect GetPopupBounds() override;
|
|
|
| private:
|
| ~AutofillKeyboardAccessoryView() override;
|
|
|
| + AutofillPopupViewHelper view_helper_;
|
| +
|
| AutofillPopupController* controller_; // weak.
|
|
|
| // The index of the last item the user long-pressed (they will be shown a
|
|
|