| 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..8fc517e1d157d9d51553319a4091f571fc525c07 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -77,6 +77,7 @@ public:
|
| PlainTextRange getSelectionOffsets() const;
|
| // Returns true if setting selection to specified offsets, otherwise false.
|
| bool setEditableSelectionOffsets(const PlainTextRange&);
|
| + bool setEditableSelectionOffsetsWithBoundaryCheck(int start, int end);
|
| void extendSelectionAndDelete(int before, int after);
|
|
|
| private:
|
|
|