Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc |
index 9b9c665242c5d76891b1bbbf67f98fb349403512..44ed1455154726555eb3d51975e1048a4d12a680 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc |
@@ -44,6 +44,7 @@ |
['callback_id', 'int32_t'], # PP_CompletionCallback |
], |
'outputs': [['pp_error', 'int32_t'], # int32_t |
+ ['sync_read_buffer', 'char[]'], # PP_Var |
] |
}, |
{'name': 'PPB_WebSocket_SendMessage', |