| 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 bf7e152cad58c360be8cf1e35fa5a88e6c2217de..2371bcf74d68ca99a57b2ef9c395ea4e8a49a5d0 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -79,6 +79,8 @@ public:
|
| bool setEditableSelectionOffsets(const PlainTextRange&);
|
| void extendSelectionAndDelete(int before, int after);
|
|
|
| + PlainTextRange createRangeForSelection(int start, int end, size_t textLength);
|
| +
|
| private:
|
| class SelectionOffsetsScope {
|
| WTF_MAKE_NONCOPYABLE(SelectionOffsetsScope);
|
|
|