Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(900)

Unified Diff: chrome/browser/cocoa/autocomplete_text_field_cell.mm

Issue 242010: [Mac] Fix depressed baseline in Omnibox. (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c8532bd89d79145f42c081aed827380c4e10614b..585a1dd9d8f361fbbba1580493d6782acb14b6ed 100644
--- a/chrome/browser/cocoa/autocomplete_text_field_cell.mm
+++ b/chrome/browser/cocoa/autocomplete_text_field_cell.mm
@@ -329,8 +329,7 @@ const NSInteger kHintIconHorizontalPad = 5;
[self drawHintIconWithFrame:cellFrame inView:controlView];
}
- [super drawInteriorWithFrame:[self textFrameForFrame:cellFrame]
- inView:controlView];
+ [super drawInteriorWithFrame:cellFrame inView:controlView];
}
- (void)resetCursorRect:(NSRect)cellFrame inView:(NSView *)controlView {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698