Index: chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc (revision 27832) |
+++ chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc (working copy) |
@@ -488,7 +488,7 @@ |
actual_content_width /= PANGO_SCALE; |
actual_content_height /= PANGO_SCALE; |
- DCHECK_LT(actual_content_height, kHeightPerResult); // Font is too tall. |
+ //DCHECK_LT(actual_content_height, kHeightPerResult); // Font is too tall. |
// Center the text within the line. |
int content_y = std::max(line_rect.y(), |
line_rect.y() + ((kHeightPerResult - actual_content_height) / 2)); |