| 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 b33400ce98b941a58e9ec9a9f02feaab60583349..8dd699ad7ea8c8a5f27cad7c5db53f4ee93ee4c2 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -75,6 +75,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,
|
|
|