| Index: content/renderer/media/render_audiosourceprovider.h
|
| ===================================================================
|
| --- content/renderer/media/render_audiosourceprovider.h (revision 148738)
|
| +++ content/renderer/media/render_audiosourceprovider.h (working copy)
|
| @@ -6,12 +6,12 @@
|
| // WebKit::WebAudioSourceProvider <---> media::AudioRendererSink
|
| //
|
| // RenderAudioSourceProvider is a "sink" of audio, and uses a default
|
| -// AudioDevice if a client has not explicitly been set.
|
| +// AudioOutputDevice if a client has not explicitly been set.
|
| //
|
| // WebKit optionally sets a client, and then periodically calls provideInput()
|
| // to render a certain number of audio sample-frames. provideInput()
|
| // uses the renderer to get this data, and then massages it into the form
|
| -// required by provideInput(). In this case, the default AudioDevice
|
| +// required by provideInput(). In this case, the default AudioOutputDevice
|
| // is no longer used.
|
| //
|
| // THREAD SAFETY:
|
|
|