$OpenBSD: patch-ui_app_list_views_app_list_item_view_cc,v 1.4 2014/11/19 21:27:32 robert Exp $
--- ui/app_list/views/app_list_item_view.cc.orig.port	Wed Nov 19 08:52:47 2014
+++ ui/app_list/views/app_list_item_view.cc	Wed Nov 19 08:53:00 2014
@@ -66,7 +66,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);
