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

Unified Diff: third_party/WebKit/Source/modules/webaudio/ConvolverNode.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/ConvolverNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h b/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
index 6ce4f7fddf12ce6da7153295a63bd29d062ec622..b87197ece9675be86781a1b5b78d01dc59b51dff 100644
--- a/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
@@ -65,7 +65,8 @@ class MODULES_EXPORT ConvolverHandler final : public AudioHandler {
// ConvolverNode.
Persistent<AudioBuffer> m_buffer;
- // This synchronizes dynamic changes to the convolution impulse response with process().
+ // This synchronizes dynamic changes to the convolution impulse response with
+ // process().
mutable Mutex m_processLock;
// Normalize the impulse response or not. Must default to true.

Powered by Google App Engine
This is Rietveld 408576698