blob: dd4307980d0c5216e0b8be83193ceba4e67ed5d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/views/controls/prefix_selector.h.orig 2024-10-16 21:32:40 UTC
+++ ui/views/controls/prefix_selector.h
@@ -85,7 +85,7 @@ class VIEWS_EXPORT PrefixSelector : public ui::TextInp
ukm::SourceId GetClientSourceForMetrics() const override;
bool ShouldDoLearning() override;
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
bool SetCompositionFromExistingText(
const gfx::Range& range,
const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) override;
|