| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h (revision 118765)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h (working copy)
|
| @@ -106,6 +106,7 @@
|
| static void PPB_AudioConfig_RecommendSampleFrameCount(
|
| NaClSrpcRpc* rpc,
|
| NaClSrpcClosure* done,
|
| + PP_Instance instance,
|
| int32_t request_sample_rate,
|
| int32_t request_sample_frame_count,
|
| int32_t* out_sample_frame_count);
|
| @@ -119,6 +120,11 @@
|
| NaClSrpcClosure* done,
|
| PP_Resource resource,
|
| int32_t* sample_frame_count);
|
| + static void PPB_AudioConfig_RecommendSampleRate(
|
| + NaClSrpcRpc* rpc,
|
| + NaClSrpcClosure* done,
|
| + PP_Instance instance,
|
| + int32_t* sample_rate);
|
|
|
| private:
|
| PpbAudioConfigRpcServer();
|
|
|