Index: content/browser/renderer_host/render_widget_host.h |
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h |
index 1c5202df046de1c7ea19dc31a5c884fefc307255..073de89863e9aa69ca426c3a8ed7c1cfa619c2d6 100644 |
--- a/content/browser/renderer_host/render_widget_host.h |
+++ b/content/browser/renderer_host/render_widget_host.h |
@@ -348,6 +348,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Listener, |
// * when it receives a "commit" signal of GtkIMContext (on Linux); |
// * when insertText of NSTextInput is called (on Mac). |
void ImeConfirmComposition(const string16& text); |
+ void ImeConfirmComposition(const string16& text, |
+ const ui::Range& replacement_range); |
// Finishes an ongoing composition with the composition text set by last |
// SetComposition() call. |