| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 1e5d7bbd9922a4ffa34971ea9fafaceb69f7b9d4..21042ae9f0b24f5c02bcb3cbf6f4a0f5c54ef3c0 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2239,7 +2239,7 @@ bool PepperPluginInstanceImpl::SimulateIMEEvent(
|
| case PP_INPUTEVENT_TYPE_IME_TEXT:
|
| if (!render_frame_)
|
| return false;
|
| - render_frame_->SimulateImeConfirmComposition(
|
| + render_frame_->SimulateImeCommitText(
|
| base::UTF8ToUTF16(input_event.character_text), gfx::Range());
|
| break;
|
| default:
|
|
|