$OpenBSD: patch-ui_app_list_views_app_list_item_view_cc,v 1.6 2016/03/23 20:13:07 robert Exp $
--- ui/app_list/views/app_list_item_view.cc.orig.port	Wed Feb 24 00:02:06 2016
+++ ui/app_list/views/app_list_item_view.cc	Thu Mar  3 09:43:26 2016
@@ -62,7 +62,7 @@ gfx::FontList GetFontList() {
   const gfx::FontList& font_list = rb.GetFontList(kItemTextFontStyle);
 // The font is different on each platform. The font size is adjusted on some
 // platforms to keep a consistent look.
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
   // Reducing the font size by 2 makes it the same as the Windows font size.
   const int kFontSizeDelta = -2;
   return font_list.DeriveWithSizeDelta(kFontSizeDelta);
