Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index f0b8914f196aea8a221e17e20e61de20ce482db8..66d728c8d8e246b2651641fb7af86bf816017ab1 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -355,7 +355,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost, |
// * when insertText of NSTextInput is called (on Mac). |
void ImeConfirmComposition(const base::string16& text, |
const gfx::Range& replacement_range, |
- bool keep_selection); |
+ bool keep_selection, |
+ int new_cursor_pos = 1); |
// Cancels an ongoing composition. |
void ImeCancelComposition(); |