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

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

Issue 2127009: Cleanup a bunch of TODO(shess). (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 7 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
Index: chrome/browser/cocoa/styled_text_field_cell.mm
diff --git a/chrome/browser/cocoa/styled_text_field_cell.mm b/chrome/browser/cocoa/styled_text_field_cell.mm
index de8120088dd18433382915f3a45ed8884cdd888a..7093f17827a60e6eb41184184cfde582a702fa81 100644
--- a/chrome/browser/cocoa/styled_text_field_cell.mm
+++ b/chrome/browser/cocoa/styled_text_field_cell.mm
@@ -50,8 +50,8 @@
- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView*)controlView {
DCHECK([controlView isFlipped]);
- // TODO(shess): This inset is also reflected in ToolbarController
- // -autocompletePopupPosition.
+ // TODO(shess): This inset is also reflected by |kFieldVisualInset|
+ // in autocomplete_popup_view_mac.mm.
NSRect frame = NSInsetRect(cellFrame, 0, 1);
NSRect midFrame = NSInsetRect(frame, 0.5, 0.5);
NSRect innerFrame = NSInsetRect(frame, 1, 1);
« chrome/browser/cocoa/location_bar_view_mac.mm ('K') | « chrome/browser/cocoa/styled_text_field.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698