summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/ime/input_method_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/ime/input_method_controller.h')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/ime/input_method_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/ime/input_method_controller.h b/chromium/third_party/blink/renderer/core/editing/ime/input_method_controller.h
index 6bb7ad039d4..37cde8df034 100644
--- a/chromium/third_party/blink/renderer/core/editing/ime/input_method_controller.h
+++ b/chromium/third_party/blink/renderer/core/editing/ime/input_method_controller.h
@@ -78,6 +78,9 @@ class CORE_EXPORT InputMethodController final
const Vector<ImeTextSpan>& ime_text_spans,
int relative_caret_position);
+ // Replaces the text in the specified range without changing the selection.
+ bool ReplaceText(const String&, PlainTextRange);
+
// Inserts ongoing composing text; changes the selection to the end of
// the inserting text if DoNotKeepSelection, or holds the selection if
// KeepSelection.