Chromium Code Reviews| 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 8efe062dd6b8bf19438060c48145e4e65dab9e7c..7a88c12627951d36ea1ec7c855bacb8c1c9e7ed4 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)); |
|
brettw
2011/12/28 20:05:14
Only indent 4 spaces.
|
| +} |
| + |
| // Plugin interface helpers |
| const void* GetPluginInterface(const char* interface_name) { |