| Index: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| index 122119e5966b8d1900eaf4d386ca106e59103fcd..fadc009220f2d96001fa97f54164d4dd0b63b0b4 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| @@ -11,7 +11,7 @@
|
| #include "ppapi/c/dev/ppb_memory_dev.h"
|
| #include "ppapi/c/dev/ppb_scrollbar_dev.h"
|
| #include "ppapi/c/dev/ppb_testing_dev.h"
|
| -#include "ppapi/c/dev/ppb_var_deprecated.h"
|
| +#include "ppapi/c/dev/ppb_var_array_buffer_dev.h"
|
| #include "ppapi/c/dev/ppb_widget_dev.h"
|
| #include "ppapi/c/dev/ppb_zoom_dev.h"
|
| #include "ppapi/c/pp_instance.h"
|
| @@ -125,6 +125,7 @@ const PPB_URLLoader* PPBURLLoaderInterface();
|
| const PPB_URLRequestInfo* PPBURLRequestInfoInterface();
|
| const PPB_URLResponseInfo* PPBURLResponseInfoInterface();
|
| const PPB_Var* PPBVarInterface(); // shared
|
| +const PPB_VarArrayBuffer_Dev* PPBVarArrayBufferInterface(); // shared
|
| const PPB_View* PPBViewInterface();
|
| const PPB_WheelInputEvent* PPBWheelInputEventInterface();
|
| const PPB_Widget_Dev* PPBWidgetInterface();
|
|
|