Index: content/browser/renderer_host/render_widget_host_view_aura.cc |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc |
index a51d75e23852f0e0bc5e1c9b15e8994052f8157e..e12569ae557eed1e23c73bb6df082a8f8e07d17b 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.cc |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.cc |
@@ -1624,6 +1624,7 @@ void RenderWidgetHostViewAura::SetCompositionText( |
// TODO(suzhe): due to a bug of webkit, we can't use selection range with |
// composition string. See: https://bugs.webkit.org/show_bug.cgi?id=37788 |
host_->ImeSetComposition(composition.text, underlines, |
+ gfx::Range::InvalidRange(), |
composition.selection.end(), |
composition.selection.end()); |