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

Unified Diff: third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.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/DefaultAudioDestinationNode.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
index d0899fb02b073bdd6a082f1b6471dbdc62e1643c..f6f9c48cc2f7924c6f9148ed9c5f8a6dd623b376 100644
--- a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
@@ -106,9 +106,9 @@ unsigned long DefaultAudioDestinationHandler::maxChannelCount() const {
void DefaultAudioDestinationHandler::setChannelCount(
unsigned long channelCount,
ExceptionState& exceptionState) {
- // The channelCount for the input to this node controls the actual number of channels we
- // send to the audio hardware. It can only be set depending on the maximum number of
- // channels supported by the hardware.
+ // The channelCount for the input to this node controls the actual number of
+ // channels we send to the audio hardware. It can only be set depending on the
+ // maximum number of channels supported by the hardware.
DCHECK(isMainThread());

Powered by Google App Engine
This is Rietveld 408576698