| 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 bb02dbee9f4bae1328332c385836a1440a336d44..7979ac33d8bc6c6a6d619318c9cfc5f2724f6a60 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2213,7 +2213,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(CoalescedWebInputEvent(*it->get()));
|
| }
|
| }
|
|
|
|
|