| 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 c54cc9cf377fe47b16eb4303a1dec6b2ff9a4cf7..ab86611c4dd2748dc7345e73494342e5fa798fd5 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| @@ -13,6 +13,7 @@
|
| #include "ppapi/c/dev/ppb_scrollbar_dev.h"
|
| #include "ppapi/c/dev/ppb_testing_dev.h"
|
| #include "ppapi/c/dev/ppb_var_array_buffer_dev.h"
|
| +#include "ppapi/c/dev/ppb_websocket_dev.h"
|
| #include "ppapi/c/dev/ppb_widget_dev.h"
|
| #include "ppapi/c/dev/ppb_zoom_dev.h"
|
| #include "ppapi/c/pp_instance.h"
|
| @@ -130,6 +131,7 @@ const PPB_Var* PPBVarInterface(); // shared
|
| const PPB_VarArrayBuffer_Dev* PPBVarArrayBufferInterface(); // shared
|
| const PPB_View* PPBViewInterface();
|
| const PPB_WheelInputEvent* PPBWheelInputEventInterface();
|
| +const PPB_WebSocket_Dev* PPBWebSocketInterface();
|
| const PPB_Widget_Dev* PPBWidgetInterface();
|
| const PPB_Zoom_Dev* PPBZoomInterface();
|
|
|
|
|