| Index: media/renderers/audio_renderer_impl.h
|
| diff --git a/media/renderers/audio_renderer_impl.h b/media/renderers/audio_renderer_impl.h
|
| index 3412c0cb0e65dc49e2393b1010e22e530970d444..21227826f406e1c1c2fe1ad45551b9d622613dab 100644
|
| --- a/media/renderers/audio_renderer_impl.h
|
| +++ b/media/renderers/audio_renderer_impl.h
|
| @@ -148,8 +148,8 @@ class MEDIA_EXPORT AudioRendererImpl
|
| // Render() updates the pipeline's playback timestamp. If Render() is
|
| // not called at the same rate as audio samples are played, then the reported
|
| // timestamp in the pipeline will be ahead of the actual audio playback. In
|
| - // this case |audio_delay_milliseconds| should be used to indicate when in the
|
| - // future should the filled buffer be played.
|
| + // this case |frames_delayed| should be used to indicate when in the future
|
| + // should the filled buffer be played.
|
| int Render(AudioBus* audio_bus,
|
| uint32_t frames_delayed,
|
| uint32_t frames_skipped) override;
|
|
|