| Index: chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.h b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.h
|
| index 5867e2be8d1f0bf960e7d2bcc91321fd425b2ebc..a944f26b8c48ad869a6bdb3323638ec2fc894252 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/macros.h"
|
| #include "chrome/browser/ui/autofill/autofill_popup_view.h"
|
| #include "chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h"
|
| +#include "ui/accessibility/ax_enums.h"
|
|
|
| @class AutofillPopupViewCocoa;
|
| @class NSWindow;
|
| @@ -49,8 +50,8 @@ class AutofillPopupViewBridge : public AutofillPopupView,
|
| // AutofillPopupView implementation.
|
| void Hide() override;
|
| void Show() override;
|
| - void InvalidateRow(size_t row) override;
|
| - void UpdateBoundsAndRedrawPopup() override;
|
| + void InvalidateRow(size_t row, bool is_selected) override;
|
| + void OnSuggestionsChanged() override;
|
|
|
| // Set the initial bounds of the popup, including its placement.
|
| void SetInitialBounds();
|
|
|