Chromium Code Reviews| Index: chrome/browser/ui/cocoa/styled_text_field.mm |
| =================================================================== |
| --- chrome/browser/ui/cocoa/styled_text_field.mm (revision 75887) |
| +++ chrome/browser/ui/cocoa/styled_text_field.mm (working copy) |
| @@ -58,4 +58,10 @@ |
| const NSRect bounds([self bounds]); |
| return NSWidth(bounds) - size.width; |
| } |
| + |
| +- (NSFocusRingType)focusRingType { |
| + // This is taken care of by the custom drawing code in the cell. |
| + return NSFocusRingTypeNone; |
| +} |
| + |
| @end |