| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| index c1314a0a8089c1eb1fc22f4e9cd7d8a47c2431dd..1643c4d4a9a934e741f180f82b73ea0d58fe37df 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -77,6 +77,8 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_INSTANCE_INTERFACE, PluginInstance::GetInterface(), true },
|
| { PPB_KEYBOARD_INPUT_EVENT_INTERFACE,
|
| PluginInputEvent::GetKeyboardInterface(), true },
|
| + { PPB_KEYBOARD_INPUT_EVENT_DEV_INTERFACE,
|
| + PluginInputEvent::GetKeyboardInterface_Dev(), true },
|
| { PPB_MEMORY_DEV_INTERFACE, PluginMemory::GetInterface(), true },
|
| { PPB_MESSAGING_INTERFACE, PluginMessaging::GetInterface(), true },
|
| { PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0,
|
|
|