aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-ui_base_ime_fake__text__input__client.h
blob: 473f580bb8bf151d01d0fc18fc070deac5aeece0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/base/ime/fake_text_input_client.h.orig	2025-01-27 17:37:37 UTC
+++ ui/base/ime/fake_text_input_client.h
@@ -107,7 +107,7 @@ class FakeTextInputClient : public TextInputClient {
   void SetTextEditCommandForNextKeyEvent(TextEditCommand command) override;
   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;