$OpenBSD: patch-ui_views_window_custom_frame_view_cc,v 1.3 2015/12/05 16:13:32 robert Exp $
--- ui/views/window/custom_frame_view.cc.orig.port	Tue Nov 24 21:01:01 2015
+++ ui/views/window/custom_frame_view.cc	Wed Dec  2 08:18:33 2015
@@ -286,7 +286,7 @@ int CustomFrameView::NonClientTopBorderHeight() const 
 int CustomFrameView::CaptionButtonY() const {
   // Maximized buttons start at window top so that even if their images aren't
   // drawn flush with the screen edge, they still obey Fitts' Law.
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
   return FrameBorderThickness();
 #else
   return frame_->IsMaximized() ? FrameBorderThickness() : kFrameShadowThickness;
