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 11dfba6869d50d630e2d32c3e76e3ac0b7320b42..8f1fc590c497b45c2813b9d90f25461dd51c666a 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 relativeCaretPosition) override; |
bool compositionRange(size_t* location, size_t* length) override; |
WebTextInputInfo textInputInfo() override; |
WebTextInputType textInputType() override; |