| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| index f8c4320d06d3c023f7dabfa5c12b12613b014e01..ad08058f737004df3f81e74eb885e95c04f3879a 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h
|
| @@ -33,9 +33,13 @@ class LocationBarDecoration;
|
|
|
| // Retains the NSEvent that caused the controlView to become firstResponder.
|
| base::scoped_nsobject<NSEvent> focusEvent_;
|
| +
|
| + // The coordinate system line width that draws a single pixel line.
|
| + CGFloat singlePixelLineWidth_;
|
| }
|
|
|
| @property(assign, nonatomic) BOOL isPopupMode;
|
| +@property(assign, nonatomic) CGFloat singlePixelLineWidth;
|
|
|
| // Line height used for text in this cell.
|
| - (CGFloat)lineHeight;
|
|
|