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 f5ce71d171f5c2d125508cfe94ac74af57308cc3..158435bae3d7a2d61654fa33bafa70d2aa5a8b61 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: |