--- ui/native_theme/native_theme_base.cc.orig 2026-01-07 00:52:53 UTC +++ ui/native_theme/native_theme_base.cc @@ -169,7 +169,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));