Chromium Code Reviews| Index: media/audio/audio_output_controller.cc |
| diff --git a/media/audio/audio_output_controller.cc b/media/audio/audio_output_controller.cc |
| index 232b77d727d93e8d35b89054acdd0d2a1924fbab..ce2822639e32f31285d24cdf241d33cdc13635ac 100644 |
| --- a/media/audio/audio_output_controller.cc |
| +++ b/media/audio/audio_output_controller.cc |
| @@ -223,7 +223,7 @@ void AudioOutputController::DoPause() { |
| // Let the renderer know we've stopped. Necessary to let PPAPI clients know |
| // audio has been shutdown. TODO(dalecurtis): This stinks. PPAPI should have |
| // a better way to know when it should exit PPB_Audio_Shared::Run(). |
| - sync_reader_->UpdatePendingBytes(-1); |
| + sync_reader_->UpdatePendingBytes(0xFFFFFFFF); |
|
ddorwin
2014/07/08 18:17:50
nit: kuint32max
Peter Kasting
2014/07/08 18:39:14
Done.
|
| handler_->OnPaused(); |
| } |