summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_popup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_popup.cc')
-rw-r--r--chrome/browser/autocomplete/autocomplete_popup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_popup.cc b/chrome/browser/autocomplete/autocomplete_popup.cc
index 7f17572..e44ac90 100644
--- a/chrome/browser/autocomplete/autocomplete_popup.cc
+++ b/chrome/browser/autocomplete/autocomplete_popup.cc
@@ -624,7 +624,7 @@ AutocompletePopupView::DrawLineInfo::DrawLineInfo(const ChromeFont& font) {
static const int kTotalLinePadding = 5;
font_height = std::max(regular_font.height(), bold_font.height());
line_height = font_height + kTotalLinePadding;
- ave_char_width = regular_font.ave_char_width();
+ ave_char_width = regular_font.GetExpectedTextWidth(1);
ellipsis_width = std::max(regular_font.GetStringWidth(ellipsis_str),
bold_font.GetStringWidth(ellipsis_str));