Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
index 8e98f5ab52702942ae8cb105279a1ab2fde4a6fc..364f65f686a393b7a8e02d4e2f2fa28ee5dc7a54 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -167,6 +167,7 @@ public: |
bool setEditableSelectionOffsets(int start, int end) override; |
bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) override; |
void extendSelectionAndDelete(int before, int after) override; |
+ void deleteSurroundingText(int before, int after) override; |
void setCaretVisible(bool) override; |
int printBegin(const WebPrintParams&, const WebNode& constrainToNode) override; |
float printPage(int pageToPrint, WebCanvas*) override; |