| 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 45cb715a0092acba96107a909f9e88c68717d29c..05184efc5ab4fed69a32bb77756b9598fdd97656 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -115,6 +115,8 @@ private:
|
|
|
| // Returns true if moved caret successfully.
|
| bool moveCaret(int newCaretPosition);
|
| +
|
| + PlainTextRange createSelectionRangeForSetComposition(int selectionStart, int selectionEnd, size_t textLength) const;
|
| };
|
|
|
| } // namespace blink
|
|
|