| 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 d4d2511d0e1a0fc27fef91b6e43a10bdeccf2e46..f43d0bc405c68e4c85e4990ff230bb9c6ea5a36c 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -91,6 +91,8 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_URLREQUESTINFO_INTERFACE, PluginURLRequestInfo::GetInterface(), true },
|
| { PPB_URLRESPONSEINFO_INTERFACE, PluginURLResponseInfo::GetInterface(),
|
| true },
|
| + { PPB_VAR_ARRAY_BUFFER_DEV_INTERFACE, PluginVar::GetArrayBufferInterface(),
|
| + true },
|
| { PPB_VAR_INTERFACE, PluginVar::GetInterface(), true },
|
| { PPB_VAR_INTERFACE_1_0, PluginVar::GetInterface1_0(), true },
|
| { PPB_WHEEL_INPUT_EVENT_INTERFACE, PluginInputEvent::GetWheelInterface(),
|
|
|