| Index: content/renderer/media/audio_renderer_impl.h
|
| ===================================================================
|
| --- content/renderer/media/audio_renderer_impl.h (revision 108086)
|
| +++ content/renderer/media/audio_renderer_impl.h (working copy)
|
| @@ -106,10 +106,12 @@
|
| // For access to constructor and IO thread methods.
|
| friend class AudioRendererImplTest;
|
| friend class DelegateCaller;
|
| + friend class WebRTCAudioDeviceTest;
|
| FRIEND_TEST_ALL_PREFIXES(AudioRendererImplTest, Stop);
|
| FRIEND_TEST_ALL_PREFIXES(AudioRendererImplTest,
|
| DestroyedMessageLoop_ConsumeAudioSamples);
|
| FRIEND_TEST_ALL_PREFIXES(AudioRendererImplTest, UpdateEarliestEndTime);
|
| +
|
| // Helper methods.
|
| // Convert number of bytes to duration of time using information about the
|
| // number of channels, sample rate and sample bits.
|
|
|