| Index: chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm
|
| index b248205bd9e6454db9fb708f85c1b9c238b94c5f..f8a89652eff0fe95f217e6cabfdeaccf29f35f01 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm
|
| @@ -364,7 +364,7 @@ void ContentSettingDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
|
| // rect.
|
| NSRect remainder = frame;
|
| remainder.origin.x = NSMaxX(icon_rect);
|
| - NSInsetRect(remainder, kTextMarginPadding, kTextMarginPadding);
|
| + NSInsetRect(remainder, kTextMarginPadding, kTextYInset);
|
| // .get() needed to fix compiler warning (confusion with NSImageRep).
|
| [animated_text_.get() drawAtPoint:remainder.origin];
|
| } else {
|
|
|