Index: third_party/WebKit/public/web/WebInputMethodController.h |
diff --git a/third_party/WebKit/public/web/WebInputMethodController.h b/third_party/WebKit/public/web/WebInputMethodController.h |
index 001b28cae538a052efb39eb1b179330878a6259a..090d2be7657ef0e9f76d28459120c3de1f99c67f 100644 |
--- a/third_party/WebKit/public/web/WebInputMethodController.h |
+++ b/third_party/WebKit/public/web/WebInputMethodController.h |
@@ -38,7 +38,9 @@ class WebInputMethodController { |
// Called to inform the controller that deleting the ongoing composition if |
// any, inserting the specified text, and moving the caret according to |
// relativeCaretPosition. |
- virtual bool commitText(const WebString& text, int relativeCaretPosition) = 0; |
+ virtual bool commitText(const WebString& text, |
+ const WebVector<WebCompositionUnderline>& underlines, |
+ int relativeCaretPosition) = 0; |
// Called to inform the controller to confirm an ongoing composition. |
virtual bool finishComposingText( |