Index: content/renderer/browser_plugin/browser_plugin.h |
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
index 68286d849f4b08730eefc4b378a3208265f8abed..3163dffd69394677ea953a54864d722cc64edaa9 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -115,8 +115,10 @@ class CONTENT_EXPORT BrowserPlugin : |
const blink::WebVector<blink::WebCompositionUnderline>& underlines, |
int selectionStart, |
int selectionEnd) override; |
- bool commitText(const blink::WebString& text, |
- int relative_cursor_pos) override; |
+ bool commitText( |
+ const blink::WebString& text, |
+ const blink::WebVector<blink::WebCompositionUnderline>& underlines, |
+ int relative_cursor_pos) override; |
bool finishComposingText( |
blink::WebInputMethodController::ConfirmCompositionBehavior |
selection_behavior) override; |