Index: content/renderer/webplugin_delegate_proxy.cc |
diff --git a/content/renderer/webplugin_delegate_proxy.cc b/content/renderer/webplugin_delegate_proxy.cc |
index efca26a288bd3c73c652f4d2aca8fbc48fa2b738..a1ab7589045379eee44ba83d95bc707a4595aa5a 100644 |
--- a/content/renderer/webplugin_delegate_proxy.cc |
+++ b/content/renderer/webplugin_delegate_proxy.cc |
@@ -945,6 +945,7 @@ void WebPluginDelegateProxy::OnNotifyIMEStatus(int input_type, |
bounds_params.anchor_rect = bounds_params.focus_rect = caret_rect; |
bounds_params.anchor_dir = bounds_params.focus_dir = |
WebKit::WebTextDirectionLeftToRight; |
+ bounds_params.is_anchor_first = true; |
render_view_->Send(new ViewHostMsg_SelectionBoundsChanged( |
render_view_->routing_id(), |
bounds_params)); |