| Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
| ===================================================================
|
| --- ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c (revision 175235)
|
| +++ ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c (working copy)
|
| @@ -25,7 +25,6 @@
|
| #include "ppapi/c/dev/ppb_scrollbar_dev.h"
|
| #include "ppapi/c/dev/ppb_testing_dev.h"
|
| #include "ppapi/c/dev/ppb_text_input_dev.h"
|
| -#include "ppapi/c/dev/ppb_trace_event_dev.h"
|
| #include "ppapi/c/dev/ppb_url_util_dev.h"
|
| #include "ppapi/c/dev/ppb_video_capture_dev.h"
|
| #include "ppapi/c/dev/ppb_video_decoder_dev.h"
|
| @@ -197,7 +196,6 @@
|
| static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_91;
|
| static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TextInput_Dev_0_1;
|
| static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TextInput_Dev_0_2;
|
| -static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Trace_Event_Dev_0_1;
|
| static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_6;
|
| static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_2;
|
| static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3;
|
| @@ -1978,8 +1976,6 @@
|
|
|
| /* Not generating wrapper methods for PPB_TextInput_Dev_0_2 */
|
|
|
| -/* Not generating wrapper methods for PPB_Trace_Event_Dev_0_1 */
|
| -
|
| /* Begin wrapper methods for PPB_URLUtil_Dev_0_6 */
|
|
|
| static __attribute__((pnaclcall))
|
| @@ -3973,8 +3969,6 @@
|
|
|
| /* Not generating wrapper interface for PPB_TextInput_Dev_0_2 */
|
|
|
| -/* Not generating wrapper interface for PPB_Trace_Event_Dev_0_1 */
|
| -
|
| struct PPB_URLUtil_Dev_0_6 Pnacl_Wrappers_PPB_URLUtil_Dev_0_6 = {
|
| .Canonicalize = (struct PP_Var (*)(struct PP_Var url, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_Canonicalize,
|
| .ResolveRelativeToURL = (struct PP_Var (*)(struct PP_Var base_url, struct PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_ResolveRelativeToURL,
|
| @@ -4813,12 +4807,6 @@
|
| .real_iface = NULL
|
| };
|
|
|
| -static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Trace_Event_Dev_0_1 = {
|
| - .iface_macro = PPB_TRACE_EVENT_DEV_INTERFACE_0_1,
|
| - .wrapped_iface = NULL /* Still need slot for real_iface */,
|
| - .real_iface = NULL
|
| -};
|
| -
|
| static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_6 = {
|
| .iface_macro = PPB_URLUTIL_DEV_INTERFACE_0_6,
|
| .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_URLUtil_Dev_0_6,
|
| @@ -5239,7 +5227,6 @@
|
| &Pnacl_WrapperInfo_PPB_Testing_Dev_0_91,
|
| &Pnacl_WrapperInfo_PPB_TextInput_Dev_0_1,
|
| &Pnacl_WrapperInfo_PPB_TextInput_Dev_0_2,
|
| - &Pnacl_WrapperInfo_PPB_Trace_Event_Dev_0_1,
|
| &Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_6,
|
| &Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_2,
|
| &Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3,
|
|
|