| 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 c5a2066ef60b022746486173b6227a7b013b3f76..122119e5966b8d1900eaf4d386ca106e59103fcd 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
|
| @@ -33,6 +33,7 @@
|
| #include "ppapi/c/ppb_url_request_info.h"
|
| #include "ppapi/c/ppb_url_response_info.h"
|
| #include "ppapi/c/ppb_var.h"
|
| +#include "ppapi/c/ppb_view.h"
|
| #include "ppapi/c/private/ppb_pdf.h"
|
| #include "ppapi/c/private/ppb_tcp_socket_private.h"
|
| #include "ppapi/c/private/ppb_udp_socket_private.h"
|
| @@ -124,6 +125,7 @@ const PPB_URLLoader* PPBURLLoaderInterface();
|
| const PPB_URLRequestInfo* PPBURLRequestInfoInterface();
|
| const PPB_URLResponseInfo* PPBURLResponseInfoInterface();
|
| const PPB_Var* PPBVarInterface(); // shared
|
| +const PPB_View* PPBViewInterface();
|
| const PPB_WheelInputEvent* PPBWheelInputEventInterface();
|
| const PPB_Widget_Dev* PPBWidgetInterface();
|
| const PPB_Zoom_Dev* PPBZoomInterface();
|
|
|