| Index: third_party/WebKit/Source/core/editing/InputMethodController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| index 13b92e97b4faa366b14c05f4f72d62025dd117ee..2c3e1b1146afe7c071c63f83fb7598c66a205f37 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -127,6 +127,14 @@ class CORE_EXPORT InputMethodController final
|
|
|
| // Returns true if moved caret successfully.
|
| bool moveCaret(int newCaretPosition);
|
| +
|
| + PlainTextRange createSelectionRangeForSetComposition(int selectionStart,
|
| + int selectionEnd,
|
| + size_t textLength) const;
|
| + void setCompositionWithIncrementalText(const String&,
|
| + const Vector<CompositionUnderline>&,
|
| + int selectionStart,
|
| + int selectionEnd);
|
| };
|
|
|
| } // namespace blink
|
|
|