| 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 bc3dcd047cb7bb16014eec82ceed61d0e477aeba..448c264f38ae98a50a81925f5c1686e78d4eb58f 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2212,7 +2212,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(*it->get(), std::vector<const WebInputEvent*>());
|
| }
|
| }
|
|
|
|
|