| 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 d4d2511d0e1a0fc27fef91b6e43a10bdeccf2e46..5afd37dfd6679510b68b61f393f433d22e2a9880 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -35,6 +35,7 @@
|
| #include "native_client/src/shared/ppapi_proxy/plugin_ppb_url_request_info.h"
|
| #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_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"
|
| @@ -93,6 +94,7 @@ InterfaceMapElement interface_map[] = {
|
| true },
|
| { PPB_VAR_INTERFACE, PluginVar::GetInterface(), true },
|
| { PPB_VAR_INTERFACE_1_0, PluginVar::GetInterface1_0(), true },
|
| + { PPB_VIEW_INTERFACE, PluginView::GetInterface(), true },
|
| { PPB_WHEEL_INPUT_EVENT_INTERFACE, PluginInputEvent::GetWheelInterface(),
|
| true },
|
| { PPB_WIDGET_DEV_INTERFACE, PluginWidget::GetInterface(), true },
|
|
|