Index: third_party/WebKit/Source/web/WebViewFrameWidget.h |
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h |
index 7a7a9395deca8b21775a72c4a78028bdf2a49d3f..ee38df5f190227d339f1624a8129e0382a61f7cc 100644 |
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h |
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h |
@@ -68,7 +68,7 @@ public: |
int selectionEnd) override; |
bool confirmComposition() override; |
bool confirmComposition(ConfirmCompositionBehavior selectionBehavior) override; |
- bool confirmComposition(const WebString& text) override; |
+ bool confirmComposition(const WebString& text, int relativeCursorPosition) override; |
bool compositionRange(size_t* location, size_t* length) override; |
WebTextInputInfo textInputInfo() override; |
WebTextInputType textInputType() override; |