--- ui/native_theme/native_theme_base.cc.orig 2025-11-01 06:40:37 UTC +++ ui/native_theme/native_theme_base.cc @@ -168,7 +168,7 @@ void NativeThemeBase::PaintImpl(cc::PaintCanvas* canva std::get(extra_params), dark_mode, contrast, accent_color); break; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) case kFrameTopArea: PaintFrameTopArea(canvas, state, rect, std::get(extra_params));