Chromium Code Reviews| Index: chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
| diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
| index 829441bddf6ddc3013309567bb385f94b37d4a54..b01786e216a88a8c134f2de07128567938edf9ba 100644 |
| --- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
| +++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
| @@ -7,11 +7,16 @@ |
| #import <Cocoa/Cocoa.h> |
| +#include "base/mac/scoped_nsobject.h" |
|
Scott Hess - ex-Googler
2013/12/12 19:11:15
This doesn't appear to be needed?
Anuj
2013/12/12 23:56:22
Done.
|
| + |
| // OmniboxPopupCell overrides how backgrounds are displayed to |
| // handle hover versus selected. So long as we're in there, it also |
| // provides some default initialization. |
| @interface OmniboxPopupCell : NSButtonCell { |
| + @private |
| + CGFloat additionalOffset_; |
| } |
| +@property CGFloat additionalOffset; |
| @end |