| Index: ppapi/proxy/ppb_audio_config_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_audio_config_proxy.h (revision 72517)
|
| +++ ppapi/proxy/ppb_audio_config_proxy.h (working copy)
|
| @@ -15,6 +15,8 @@
|
| namespace pp {
|
| namespace proxy {
|
|
|
| +class SerializedResource;
|
| +
|
| class PPB_AudioConfig_Proxy : public InterfaceProxy {
|
| public:
|
| PPB_AudioConfig_Proxy(Dispatcher* dispatcher, const void* target_interface);
|
| @@ -34,7 +36,7 @@
|
| void OnMsgCreateStereo16Bit(PP_Instance instance,
|
| int32_t sample_rate,
|
| uint32_t sample_frame_count,
|
| - PP_Resource* result);
|
| + SerializedResource* result);
|
| void OnMsgRecommendSampleFrameCount(int32_t sample_rate,
|
| uint32_t requested,
|
| uint32_t* result);
|
|
|