aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_native__theme_native__theme__base.cc
blob: 7f0a3b3bab07487bcf9b84d8eef884f6c4ae994a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/native_theme/native_theme_base.cc.orig	2024-05-21 18:07:39 UTC
+++ ui/native_theme/native_theme_base.cc
@@ -236,7 +236,7 @@ void NativeThemeBase::Paint(cc::PaintCanvas* canvas,
       break;
 // TODO(crbug.com/1052397): Revisit the macro expression 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)
     case kFrameTopArea:
       PaintFrameTopArea(canvas, state, rect,
                         absl::get<FrameTopAreaExtraParams>(extra),