Chromium Code Reviews| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| index 376f2f57a91570126cd9ef4f66684c5d2ff98510..c68262bab51bff72c3012c9c0623ea517ff4ca15 100644 |
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| @@ -157,6 +157,7 @@ class OmniboxPopupContentsView : public views::View, |
| int end_margin_; |
| const gfx::ImageSkia* bottom_shadow_; // Ptr owned by resource bundle. |
|
Peter Kasting
2015/08/27 19:05:04
Nit: Since there are now two of these, just write
tdanderson
2015/08/27 19:47:20
Done.
|
| + const gfx::ImageSkia* top_shadow_; // Ptr owned by resource bundle. |
|
Peter Kasting
2015/08/27 19:05:04
Tiny nit: Reverse these (and in the .cc file) sinc
tdanderson
2015/08/27 19:47:20
Done.
|
| // When the dropdown is not wide enough while displaying postfix suggestions, |
| // we use the width of widest match contents to shift the suggestions so that |