aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-ui_views_controls_prefix__selector.cc
blob: c0d111d1996ced1da50e285f833c5e7ef1a530d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/controls/prefix_selector.cc.orig	2022-09-24 10:57:32 UTC
+++ ui/views/controls/prefix_selector.cc
@@ -174,7 +174,7 @@ bool PrefixSelector::ShouldDoLearning() {
   return false;
 }
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 bool PrefixSelector::SetCompositionFromExistingText(
     const gfx::Range& range,
     const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) {