| Index: content/renderer/pepper/pepper_platform_audio_output_impl.cc | 
| =================================================================== | 
| --- content/renderer/pepper/pepper_platform_audio_output_impl.cc	(revision 155437) | 
| +++ content/renderer/pepper/pepper_platform_audio_output_impl.cc	(working copy) | 
| @@ -144,7 +144,7 @@ | 
| void PepperPlatformAudioOutputImpl::InitializeOnIOThread( | 
| const media::AudioParameters& params) { | 
| stream_id_ = ipc_->AddDelegate(this); | 
| -  ipc_->CreateStream(stream_id_, params); | 
| +  ipc_->CreateStream(stream_id_, params, 0); | 
| } | 
|  | 
| void PepperPlatformAudioOutputImpl::StartPlaybackOnIOThread() { | 
|  |