Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Unified Diff: third_party/WebKit/Source/platform/audio/AudioSourceProvider.h

Issue 2384073002: reflow comments in platform/audio (Closed)
Patch Set: comments (heh!) Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698