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

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

Issue 3042014: Conditionally draw a bezel below text fields, used for the omnibox.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | chrome/browser/cocoa/styled_text_field_cell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
===================================================================
--- chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm (revision 53182)
+++ chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm (working copy)
@@ -148,6 +148,10 @@
return kCornerRadius;
}
+- (BOOL)shouldDrawBezel {
+ return YES;
+}
+
- (void)clearDecorations {
leftDecorations_.clear();
rightDecorations_.clear();
« no previous file with comments | « no previous file | chrome/browser/cocoa/styled_text_field_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698