| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| index deaeaf5f4cce133a686f381e89c8c1d5ee9e9307..384b0d02f1396c0e7032f14e0ad9ab7a6510e72e 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -37,6 +37,7 @@
|
| #include "native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.h"
|
| #include "native_client/src/shared/ppapi_proxy/plugin_ppb_var.h"
|
| #include "native_client/src/shared/ppapi_proxy/plugin_ppb_view.h"
|
| +#include "native_client/src/shared/ppapi_proxy/plugin_ppb_websocket.h"
|
| #include "native_client/src/shared/ppapi_proxy/plugin_ppb_widget.h"
|
| #include "native_client/src/shared/ppapi_proxy/plugin_ppb_zoom.h"
|
| #include "native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h"
|
| @@ -99,6 +100,8 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_VAR_INTERFACE, PluginVar::GetInterface(), true },
|
| { PPB_VAR_INTERFACE_1_0, PluginVar::GetInterface1_0(), true },
|
| { PPB_VIEW_INTERFACE, PluginView::GetInterface(), true },
|
| + { PPB_WEBSOCKET_DEV_INTERFACE, PluginWebSocket::GetInterface(),
|
| + true },
|
| { PPB_WHEEL_INPUT_EVENT_INTERFACE, PluginInputEvent::GetWheelInterface(),
|
| true },
|
| { PPB_WIDGET_DEV_INTERFACE, PluginWidget::GetInterface(), true },
|
|
|