| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| index 2af15fe145b49aaaebd03271e8f2490aea94bdd1..4dc894b88f99e96cda101e0619296bcffcfd4b17 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| @@ -101,6 +101,7 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
|
| const gfx::FontList& GetValueFontListForRow(size_t index) const override;
|
| const gfx::FontList& GetLabelFontList() const override;
|
| #endif
|
| + SkColor GetBackgroundColorForRow(int index) const override;
|
| int selected_line() const override;
|
| const AutofillPopupLayoutModel& layout_model() const override;
|
|
|
|
|