| Index: content/renderer/media/html_audio_element_capturer_source.h
|
| diff --git a/content/renderer/media/html_audio_element_capturer_source.h b/content/renderer/media/html_audio_element_capturer_source.h
|
| index 2bbfb3c22db253f20cc05679eafab4b66005d7b9..48ea500683216d8da17bc132a7ab3a5f1e9d9eff 100644
|
| --- a/content/renderer/media/html_audio_element_capturer_source.h
|
| +++ b/content/renderer/media/html_audio_element_capturer_source.h
|
| @@ -43,7 +43,7 @@ class CONTENT_EXPORT HtmlAudioElementCapturerSource final
|
|
|
| // To act as an WebAudioSourceProviderImpl::CopyAudioCB.
|
| void OnAudioBus(std::unique_ptr<media::AudioBus> audio_bus,
|
| - uint32_t delay_milliseconds,
|
| + uint32_t frames_delayed,
|
| int sample_rate);
|
|
|
| scoped_refptr<media::WebAudioSourceProviderImpl> audio_source_;
|
|
|