| 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 5a74226a4039ba1157e03b679505a118bee632a5..29ae971ccf42228faee2312c395681070a7b8147 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2260,7 +2260,8 @@ bool PepperPluginInstanceImpl::SimulateIMEEvent(
|
| if (!render_frame_)
|
| return false;
|
| render_frame_->SimulateImeCommitText(
|
| - base::UTF8ToUTF16(input_event.character_text), gfx::Range());
|
| + base::UTF8ToUTF16(input_event.character_text),
|
| + std::vector<blink::WebCompositionUnderline>(), gfx::Range());
|
| break;
|
| default:
|
| return false;
|
|
|