Index: ppapi/proxy/interface_list.cc |
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc |
index 79789d70ace37d9fc95b62b3a6bb4790289e589b..4089bcd60a77b99d187fc52c93bfe942bfcdf9a1 100644 |
--- a/ppapi/proxy/interface_list.cc |
+++ b/ppapi/proxy/interface_list.cc |
@@ -25,7 +25,6 @@ |
#include "ppapi/c/dev/ppb_truetype_font_dev.h" |
#include "ppapi/c/dev/ppb_url_util_dev.h" |
#include "ppapi/c/dev/ppb_var_deprecated.h" |
-#include "ppapi/c/dev/ppb_var_resource_dev.h" |
#include "ppapi/c/dev/ppb_video_capture_dev.h" |
#include "ppapi/c/dev/ppb_view_dev.h" |
#include "ppapi/c/extensions/dev/ppb_ext_socket_dev.h" |
@@ -234,6 +233,8 @@ InterfaceList::InterfaceList() { |
PPB_OpenGLES2_Shared::GetQueryInterface(), PERMISSION_NONE); |
AddPPB(PPB_VAR_ARRAY_BUFFER_INTERFACE_1_0, |
PPB_Var_Shared::GetVarArrayBufferInterface1_0(), PERMISSION_NONE); |
+ AddPPB(PPB_VAR_INTERFACE_1_2, |
+ PPB_Var_Shared::GetVarInterface1_2(), PERMISSION_NONE); |
AddPPB(PPB_VAR_INTERFACE_1_1, |
PPB_Var_Shared::GetVarInterface1_1(), PERMISSION_NONE); |
AddPPB(PPB_VAR_INTERFACE_1_0, |