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

Unified Diff: third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp

Issue 2389253002: reflow comments in modules/{webaudio,vr} (Closed)
Patch Set: . 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/modules/webaudio/ChannelMergerNode.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp b/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp
index f73d0842192de4939287dd63dae8f040e1085be4..dd0833872a6e5c69badc73cdb439696c98d95c1a 100644
--- a/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp
@@ -81,7 +81,8 @@ void ChannelMergerHandler::process(size_t framesToProcess) {
// the first channel will be taken for the undefined input channel
// layout.
//
- // See: http://webaudio.github.io/web-audio-api/#channel-up-mixing-and-down-mixing
+ // See:
+ // http://webaudio.github.io/web-audio-api/#channel-up-mixing-and-down-mixing
AudioChannel* inputChannel = input.bus()->channel(0);
outputChannel->copyFrom(inputChannel);

Powered by Google App Engine
This is Rietveld 408576698