| Index: third_party/WebKit/Source/platform/audio/AudioSourceProvider.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioSourceProvider.h b/third_party/WebKit/Source/platform/audio/AudioSourceProvider.h
|
| index 7b65bb9c2da86241b178f6e8073a4734f4d89eb2..8858b5304a8a67173d199541554fe3ba648be977 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioSourceProvider.h
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioSourceProvider.h
|
| @@ -46,10 +46,12 @@ class PLATFORM_EXPORT AudioSourceProvider {
|
| public:
|
| AudioSourceProvider() {}
|
|
|
| - // provideInput() gets called repeatedly to render time-slices of a continuous audio stream.
|
| + // provideInput() gets called repeatedly to render time-slices of a continuous
|
| + // audio stream.
|
| virtual void provideInput(AudioBus* bus, size_t framesToProcess) = 0;
|
|
|
| - // If a client is set, we call it back when the audio format is available or changes.
|
| + // If a client is set, we call it back when the audio format is available or
|
| + // changes.
|
| virtual void setClient(AudioSourceProviderClient*){};
|
|
|
| virtual ~AudioSourceProvider() {}
|
|
|