aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc
blob: 5a5c36cb56ead68b701c658641c9bf050c04947f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- apps/ui/views/app_window_frame_view.cc.orig	2023-12-10 06:10:27 UTC
+++ apps/ui/views/app_window_frame_view.cc
@@ -149,7 +149,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 BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_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 =