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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h

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/AudioSummingJunction.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h b/third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h
index 0a48a168d0918b60b75e00afa3b063eedcf74776..49a361a6b7ea40370b599d0727372e94de2496cc 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h
@@ -36,7 +36,8 @@ namespace blink {
class AudioNodeOutput;
class DeferredTaskHandler;
-// An AudioSummingJunction represents a point where zero, one, or more AudioNodeOutputs connect.
+// An AudioSummingJunction represents a point where zero, one, or more
+// AudioNodeOutputs connect.
class AudioSummingJunction {
public:
@@ -50,8 +51,9 @@ class AudioSummingJunction {
// This must be called whenever we modify m_outputs.
void changedOutputs();
- // This copies m_outputs to m_renderingOutputs. Please see comments for these lists below.
- // This must be called when we own the context's graph lock in the audio thread at the very start or end of the render quantum.
+ // This copies m_outputs to m_renderingOutputs. Please see comments for these
+ // lists below. This must be called when we own the context's graph lock in
+ // the audio thread at the very start or end of the render quantum.
void updateRenderingState();
// Rendering code accesses its version of the current connections here.

Powered by Google App Engine
This is Rietveld 408576698