| Index: chrome/browser/ui/cocoa/styled_text_field_cell.mm
|
| diff --git a/chrome/browser/ui/cocoa/styled_text_field_cell.mm b/chrome/browser/ui/cocoa/styled_text_field_cell.mm
|
| index 90a978486b31f75f9ec4e40062ba996c9fe160a0..e0732700360ea3ea2f7450096f5a8bc100dba6f2 100644
|
| --- a/chrome/browser/ui/cocoa/styled_text_field_cell.mm
|
| +++ b/chrome/browser/ui/cocoa/styled_text_field_cell.mm
|
| @@ -11,6 +11,7 @@
|
| #include "grit/theme_resources.h"
|
| #import "ui/base/cocoa/nsgraphics_context_additions.h"
|
| #import "ui/base/cocoa/nsview_additions.h"
|
| +#include "ui/base/cocoa/scoped_cg_context_smooth_fonts.h"
|
| #include "ui/gfx/font.h"
|
| #include "ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h"
|
|
|
| @@ -161,6 +162,7 @@
|
| }
|
|
|
| // Draw the interior before the focus ring, to make sure nothing overlaps it.
|
| + ui::ScopedCGContextSmoothFonts fontSmoothing;
|
| [self drawInteriorWithFrame:cellFrame inView:controlView];
|
|
|
| // Draw the focus ring if needed.
|
|
|