| Index: chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate_gtk.h b/chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| index c2f9185d34fb3b9b8369358c3e1633ea9f89e360..aada4f088a1706af2079bb866437a346bca33668 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| +++ b/chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| @@ -40,6 +40,7 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
|
| const std::vector<string16>& autofill_icons,
|
| const std::vector<int>& autofill_unique_ids,
|
| int separator_index) OVERRIDE;
|
| + virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
|
|
| private:
|
| // Create a valid view to display the autofill results if one doesn't
|
|
|