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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioIOCallback.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/AudioIOCallback.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioIOCallback.h b/third_party/WebKit/Source/platform/audio/AudioIOCallback.h
index 5571d45a9616fb72be7db80b1e6a8b49100362c6..ae1537db2b0ad1d04a1827eeb3426830a6147934 100644
--- a/third_party/WebKit/Source/platform/audio/AudioIOCallback.h
+++ b/third_party/WebKit/Source/platform/audio/AudioIOCallback.h
@@ -36,8 +36,9 @@ class AudioBus;
// Abstract base-class for isochronous audio I/O client.
class AudioIOCallback {
public:
- // render() is called periodically to get the next render quantum of audio into destinationBus.
- // Optional audio input is given in sourceBus (if it's not 0).
+ // render() is called periodically to get the next render quantum of audio
+ // into destinationBus. Optional audio input is given in sourceBus (if it's
+ // not 0).
virtual void render(AudioBus* sourceBus,
AudioBus* destinationBus,
size_t framesToProcess) = 0;
« no previous file with comments | « third_party/WebKit/Source/platform/audio/AudioFileReader.h ('k') | third_party/WebKit/Source/platform/audio/AudioProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698