| Index: chrome/browser/cocoa/autocomplete_text_field_cell.mm
|
| diff --git a/chrome/browser/cocoa/autocomplete_text_field_cell.mm b/chrome/browser/cocoa/autocomplete_text_field_cell.mm
|
| index b52d9d86445a2821565dbbe05a28c8ee16289ba9..d4ef0fe101edd57c19712f107f10c18f80823495 100644
|
| --- a/chrome/browser/cocoa/autocomplete_text_field_cell.mm
|
| +++ b/chrome/browser/cocoa/autocomplete_text_field_cell.mm
|
| @@ -161,6 +161,8 @@ const NSInteger kBaselineOffset = 4;
|
| [[NSColor colorWithCalibratedWhite:1.0 alpha:0.25] set];
|
| NSFrameRectWithWidthUsingOperation(cellFrame, 1, NSCompositeSourceOver);
|
|
|
| + // TODO(shess): This inset is also reflected in ToolbarController
|
| + // -autocompletePopupPosition.
|
| NSRect frame = NSInsetRect(cellFrame, 0, 1);
|
| [[self backgroundColor] setFill];
|
| NSRect innerFrame = NSInsetRect(frame, 1, 1);
|
|
|