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