| Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
| diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
| index 2e4772584747dba9279e2cb3d2acc429e8607cb8..9226a871cd3ce83074045891a0bd3dd5cafbce5c 100644
|
| --- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
| +++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
| @@ -1921,6 +1921,8 @@ static int32_t Pnacl_M36_PPB_VideoDecoder_Reset(PP_Resource video_decoder, struc
|
|
|
| /* Not generating wrapper methods for PPB_View_1_1 */
|
|
|
| +/* Not generating wrapper methods for PPB_View_1_2 */
|
| +
|
| /* Begin wrapper methods for PPB_WebSocket_1_0 */
|
|
|
| static PP_Resource Pnacl_M18_PPB_WebSocket_Create(PP_Instance instance) {
|
| @@ -4831,6 +4833,8 @@ static const struct PPB_VideoDecoder_0_1 Pnacl_Wrappers_PPB_VideoDecoder_0_1 = {
|
|
|
| /* Not generating wrapper interface for PPB_View_1_1 */
|
|
|
| +/* Not generating wrapper interface for PPB_View_1_2 */
|
| +
|
| static const struct PPB_WebSocket_1_0 Pnacl_Wrappers_PPB_WebSocket_1_0 = {
|
| .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M18_PPB_WebSocket_Create,
|
| .IsWebSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M18_PPB_WebSocket_IsWebSocket,
|
|
|