| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| index b4704004da197c8dd318362e455cdace383b5d21..1e57c272e749e1be9941d38f39ed0901d5444fa7 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| @@ -6,6 +6,7 @@
|
| #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_GLOBALS_H_
|
|
|
| #include "ppapi/c/dev/ppb_memory_dev.h"
|
| +#include "ppapi/c/dev/ppb_var_array_buffer_dev.h"
|
| #include "ppapi/c/dev/ppp_find_dev.h"
|
| #include "ppapi/c/dev/ppp_printing_dev.h"
|
| #include "ppapi/c/dev/ppp_scrollbar_dev.h"
|
| @@ -52,6 +53,7 @@ const void* GetBrowserInterfaceSafe(const char* interface_name);
|
| const PPB_Core* PPBCoreInterface(); // shared
|
| const PPB_Memory_Dev* PPBMemoryInterface(); // shared
|
| const PPB_Var* PPBVarInterface(); // shared
|
| +const PPB_VarArrayBuffer_Dev* PPBVarArrayBufferInterface(); // shared
|
|
|
| // Support for getting PPP_ plugin interfaces.
|
| // Safe version CHECK's for NULL.
|
|
|