$OpenBSD: patch-ui_app_list_views_app_list_item_view_cc,v 1.7 2016/10/27 18:30:41 robert Exp $
--- ui/app_list/views/app_list_item_view.cc.orig.port	Wed Oct 12 21:03:17 2016
+++ ui/app_list/views/app_list_item_view.cc	Wed Oct 19 12:56:11 2016
@@ -55,7 +55,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);
