| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
|
| index cc4ce3c2460fc8352f4af2676eeeea44198baa2d..c9346be28a0b85633e807ce4eb526b7e374eb2a6 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
|
| @@ -85,6 +85,11 @@ const PPB_Var* PPBVarInterface() {
|
| GetBrowserInterfaceSafe(PPB_VAR_INTERFACE));
|
| }
|
|
|
| +const PPB_VarArrayBuffer_Dev* PPBVarArrayBufferInterface() {
|
| + return static_cast<const PPB_VarArrayBuffer_Dev*>(
|
| + GetBrowserInterfaceSafe(PPB_VAR_ARRAY_BUFFER_DEV_INTERFACE));
|
| +}
|
| +
|
| // Plugin interface helpers
|
|
|
| const void* GetPluginInterface(const char* interface_name) {
|
|
|