mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
11 lines
540 B
C++
11 lines
540 B
C++
--- ui/views/selection_controller.cc.orig 2021-04-14 01:09:40 UTC
|
|
+++ ui/views/selection_controller.cc
|
|
@@ -26,7 +26,7 @@ SelectionController::SelectionController(SelectionCont
|
|
// On Linux, update the selection clipboard on a text selection.
|
|
// 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)
|
|
set_handles_selection_clipboard(true);
|
|
#endif
|
|
|