blob: cc6139e939efd5f3777745d38363aa38c3dc7536 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/views/controls/textfield/textfield.h.orig 2022-02-28 16:54:41 UTC
+++ ui/views/controls/textfield/textfield.h
@@ -445,7 +445,7 @@ class VIEWS_EXPORT Textfield : public View,
// Set whether the text should be used to improve typing suggestions.
void SetShouldDoLearning(bool value) { should_do_learning_ = value; }
-#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;
|