Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 9fff451b0de917cb05fa84a615bd2dad88cca9f5..46bdc318fb340ceb9f8e676954231d1d12ba0c2b 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -189,6 +189,8 @@ public: |
virtual void moveRangeSelectionExtent(const WebPoint&) = 0; |
// Replaces the selection with the input string. |
virtual void replaceSelection(const WebString&) = 0; |
+ // Deletes text before and after the current cursor position, excluding the selection. |
+ virtual void deleteSurroundingText(int before, int after) = 0; |
// Spell-checking support ------------------------------------------------- |
virtual void replaceMisspelledRange(const WebString&) = 0; |