| Index: chrome/browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm
|
| diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm
|
| index dd2166485cf30444ff7f9f21d88af4ae5c79b358..ca66db2cf4d6bc966e97f3621cdcd0225630ed8d 100644
|
| --- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm
|
| +++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm
|
| @@ -106,7 +106,7 @@ const NSInteger kMiddleButtonNumber = 2;
|
| }
|
|
|
| - (CGFloat)tableView:(NSTableView*)tableView heightOfRow:(NSInteger)row {
|
| - CGFloat height = kContentLineHeight;
|
| + CGFloat height = [OmniboxPopupCell getContentTextHeight];
|
| if ([[array_ objectAtIndex:row] isAnswer]) {
|
| OmniboxPopupMatrix* matrix =
|
| base::mac::ObjCCastStrict<OmniboxPopupMatrix>(tableView);
|
|
|