| 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 2e19b69a9fc8934fc2c9e949dc86a4d2140e802b..520892b27fc2eedcec5847bd52eb1907650e6404 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2242,7 +2242,7 @@ void PepperPluginInstanceImpl::SimulateInputEvent(
|
| for (std::vector<std::unique_ptr<WebInputEvent>>::iterator it =
|
| events.begin();
|
| it != events.end(); ++it) {
|
| - widget->handleInputEvent(*it->get());
|
| + widget->handleInputEvent(blink::WebCoalescedInputEvent(*it->get()));
|
| }
|
| }
|
|
|
|
|