Chromium Code Reviews| Index: ppapi/shared_impl/ppb_audio_config_shared.cc |
| diff --git a/ppapi/shared_impl/ppb_audio_config_shared.cc b/ppapi/shared_impl/ppb_audio_config_shared.cc |
| index 25f356d67fe58ea28e731e617a013a58bb1cd0c1..f74d212b822354cfd98fa45bc961b9107e193eaf 100644 |
| --- a/ppapi/shared_impl/ppb_audio_config_shared.cc |
| +++ b/ppapi/shared_impl/ppb_audio_config_shared.cc |
| @@ -54,6 +54,8 @@ uint32_t PPB_AudioConfig_Shared::RecommendSampleFrameCount_1_1( |
| if (enter.failed()) |
| return 0; |
| + return 2048; |
|
viettrungluu
2012/11/16 20:27:47
Did you really land this with an uncondition |retu
scherkus (not reviewing)
2012/11/16 20:35:53
Woah -- looks like this snuck in after lgtms.
Dal
DaleCurtis
2012/11/16 20:41:43
Bad rebase after test code. Reverting this part. S
|
| + |
| // Get the hardware config. |
| PP_AudioSampleRate hardware_sample_rate = static_cast<PP_AudioSampleRate>( |
| enter.functions()->GetAudioHardwareOutputSampleRate(instance)); |