$OpenBSD: patch-apps_ui_views_app_window_frame_view_cc,v 1.12 2021/04/01 10:24:43 robert Exp $

Index: apps/ui/views/app_window_frame_view.cc
--- apps/ui/views/app_window_frame_view.cc.orig
+++ apps/ui/views/app_window_frame_view.cc
@@ -139,7 +139,7 @@ gfx::Rect AppWindowFrameView::GetWindowBoundsForClient
   gfx::Rect window_bounds = client_bounds;
 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
 // complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   // 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 =
