Index: ppapi/proxy/interface_list.cc |
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc |
index c37da441ecfa01e269c3a2d1e09007d514833717..ce456ddcfdab46b645a64c375ff674fa68f18997 100644 |
--- a/ppapi/proxy/interface_list.cc |
+++ b/ppapi/proxy/interface_list.cc |
@@ -42,6 +42,7 @@ |
#include "ppapi/c/ppb_url_request_info.h" |
#include "ppapi/c/ppb_url_response_info.h" |
#include "ppapi/c/ppb_var.h" |
+#include "ppapi/c/ppb_var_array_buffer.h" |
#include "ppapi/c/ppb_view.h" |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/ppp_instance.h" |
@@ -178,6 +179,8 @@ InterfaceList::InterfaceList() { |
PPB_MessageLoop_Proxy::GetInterface()); |
AddPPB(PPB_OPENGLES2_INTERFACE_1_0, API_ID_NONE, |
PPB_OpenGLES2_Shared::GetInterface()); |
+ AddPPB(PPB_VAR_ARRAY_BUFFER_INTERFACE_1_0, API_ID_NONE, |
+ PPB_Var_Shared::GetVarArrayBufferInterface1_0()); |
AddPPB(PPB_VAR_INTERFACE_1_1, API_ID_NONE, |
PPB_Var_Shared::GetVarInterface1_1()); |
AddPPB(PPB_VAR_INTERFACE_1_0, API_ID_NONE, |