Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h |
=================================================================== |
--- ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (revision 118765) |
+++ ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (working copy) |
@@ -95,6 +95,7 @@ |
int32_t* out_bool); |
static NaClSrpcError PPB_AudioConfig_RecommendSampleFrameCount( |
NaClSrpcChannel* channel, |
+ PP_Instance instance, |
int32_t request_sample_rate, |
int32_t request_sample_frame_count, |
int32_t* out_sample_frame_count); |
@@ -106,6 +107,10 @@ |
NaClSrpcChannel* channel, |
PP_Resource resource, |
int32_t* sample_frame_count); |
+ static NaClSrpcError PPB_AudioConfig_RecommendSampleRate( |
+ NaClSrpcChannel* channel, |
+ PP_Instance instance, |
+ int32_t* sample_rate); |
private: |
PpbAudioConfigRpcClient(); |