diff options
Diffstat (limited to 'devel/electron33/files/patch-ui_views_controls_prefix__selector.cc')
-rw-r--r-- | devel/electron33/files/patch-ui_views_controls_prefix__selector.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_views_controls_prefix__selector.cc b/devel/electron33/files/patch-ui_views_controls_prefix__selector.cc deleted file mode 100644 index 8184d9830e9d..000000000000 --- a/devel/electron33/files/patch-ui_views_controls_prefix__selector.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/views/controls/prefix_selector.cc.orig 2024-10-16 21:32:40 UTC -+++ ui/views/controls/prefix_selector.cc -@@ -178,7 +178,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) { |