| Index: third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| index 99488a97877603ffbcaa33907c38b34d0df13eb9..076933575cab1f0a234a654b645ede49cbb36acb 100644
|
| --- a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| @@ -31,7 +31,9 @@ class WebInputMethodControllerImpl : public WebInputMethodController {
|
| const WebVector<WebCompositionUnderline>& underlines,
|
| int selectionStart,
|
| int selectionEnd) override;
|
| - bool commitText(const WebString& text, int relativeCaretPosition) override;
|
| + bool commitText(const WebString& text,
|
| + const WebVector<WebCompositionUnderline>& underlines,
|
| + int relativeCaretPosition) override;
|
| bool finishComposingText(
|
| ConfirmCompositionBehavior selectionBehavior) override;
|
| WebTextInputInfo textInputInfo() override;
|
|
|