| Index: chrome/browser/cocoa/styled_text_field_cell.mm
|
| diff --git a/chrome/browser/cocoa/styled_text_field_cell.mm b/chrome/browser/cocoa/styled_text_field_cell.mm
|
| index de8120088dd18433382915f3a45ed8884cdd888a..7093f17827a60e6eb41184184cfde582a702fa81 100644
|
| --- a/chrome/browser/cocoa/styled_text_field_cell.mm
|
| +++ b/chrome/browser/cocoa/styled_text_field_cell.mm
|
| @@ -50,8 +50,8 @@
|
| - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView*)controlView {
|
| DCHECK([controlView isFlipped]);
|
|
|
| - // TODO(shess): This inset is also reflected in ToolbarController
|
| - // -autocompletePopupPosition.
|
| + // TODO(shess): This inset is also reflected by |kFieldVisualInset|
|
| + // in autocomplete_popup_view_mac.mm.
|
| NSRect frame = NSInsetRect(cellFrame, 0, 1);
|
| NSRect midFrame = NSInsetRect(frame, 0.5, 0.5);
|
| NSRect innerFrame = NSInsetRect(frame, 1, 1);
|
|
|