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 6fa0f53ad6796074e7553f067e890995761287b9..072a249767f39daf56de04159b2bcfd814799ef8 100644 |
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h |
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h |
@@ -79,6 +79,7 @@ public: |
// Returns true if setting selection to specified offsets, otherwise false. |
bool setEditableSelectionOffsets(const PlainTextRange&); |
void extendSelectionAndDelete(int before, int after); |
+ void deleteSurroundingText(int before, int after); |
private: |
class SelectionOffsetsScope { |