$OpenBSD: patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_cc,v 1.3 2015/01/22 11:16:41 robert Exp $
--- chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc.orig.port	Wed Dec  3 03:32:11 2014
+++ chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc	Sat Dec  6 11:34:25 2014
@@ -87,7 +87,7 @@ const int kTabstripTopShadowThickness = 3;
 // is no avatar icon.
 const int kTabStripIndent = -6;
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
 // Default extra space between the top of the frame and the top of the window
 // caption buttons.
 const int kExtraCaption = 2;
