1 --- src/3rdparty/chromium/ui/views/selection_controller.cc.orig	2021-12-15 16:12:54 UTC
2 +++ src/3rdparty/chromium/ui/views/selection_controller.cc
3 @@ -23,7 +23,7 @@ SelectionController::SelectionController(SelectionCont
4        delegate_(delegate),
5        handles_selection_clipboard_(false) {
6  // On Linux, update the selection clipboard on a text selection.
7 -#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
8 +#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
9    set_handles_selection_clipboard(true);
10  #endif
11 
12