| 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 5afd37dfd6679510b68b61f393f433d22e2a9880..491da40f988ebd13f72bc6fd33ba21aa85c67320 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -92,6 +92,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_VIEW_INTERFACE, PluginView::GetInterface(), true },
|
|
|