Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index 33262a832e5803f3baa57fbd231f72c947cd5481..983ed41124707e3e1870864c03e51a7eae2e34e6 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -897,6 +897,7 @@ void BrowserPluginGuest::OnImeSetComposition( |
int selection_end) { |
Send(new InputMsg_ImeSetComposition(routing_id(), |
base::UTF8ToUTF16(text), underlines, |
+ gfx::Range::InvalidRange(), |
selection_start, selection_end)); |
} |