aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-ui_base_ime_text__input__client.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-ui_base_ime_text__input__client.h')
-rw-r--r--devel/electron32/files/patch-ui_base_ime_text__input__client.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-ui_base_ime_text__input__client.h b/devel/electron32/files/patch-ui_base_ime_text__input__client.h
deleted file mode 100644
index fbbbcddd47b4..000000000000
--- a/devel/electron32/files/patch-ui_base_ime_text__input__client.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/base/ime/text_input_client.h.orig 2024-06-18 21:44:02 UTC
-+++ ui/base/ime/text_input_client.h
-@@ -266,7 +266,7 @@ class COMPONENT_EXPORT(UI_BASE_IME) TextInputClient
- // fields that are considered 'private' (e.g. in incognito tabs).
- virtual bool ShouldDoLearning() = 0;
-
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- // Start composition over a given UTF-16 code range from existing text. This
- // should only be used for composition scenario when IME wants to start
- // composition on existing text. Returns whether the operation was successful.