$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- ui/views/controls/prefix_selector.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ ui/views/controls/prefix_selector.cc @@ -192,7 +192,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_ime_text_spans) {