aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_native__theme_native__theme__base.cc
blob: 3f5c18ca2958d5feaa29161a6ed68475dea99f8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/native_theme/native_theme_base.cc.orig	2021-07-19 18:45:44 UTC
+++ ui/native_theme/native_theme_base.cc
@@ -280,7 +280,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 defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
     case kFrameTopArea:
       PaintFrameTopArea(canvas, state, rect, extra.frame_top_area,
                         color_scheme);