$OpenBSD: patch-apps_ui_views_app_window_frame_view_cc,v 1.3 2015/10/24 18:22:21 robert Exp $
--- apps/ui/views/app_window_frame_view.cc.orig.port	Sat Aug 22 21:01:50 2015
+++ apps/ui/views/app_window_frame_view.cc	Wed Sep  2 07:31:54 2015
@@ -132,7 +132,7 @@ gfx::Rect AppWindowFrameView::GetBoundsForClientView()
 gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds(
     const gfx::Rect& client_bounds) const {
   gfx::Rect window_bounds = client_bounds;
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
   // Get the difference between the widget's client area bounds and window
   // bounds, and grow |window_bounds| by that amount.
   gfx::Insets native_frame_insets =
