| 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 2c0414808ee55b4a9f6d7e0741fd3c7844844557..a94b1250f76fdc3b37a7440b684ed8a26decd411 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2241,7 +2241,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()));
|
| }
|
| }
|
|
|
|
|