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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.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/AudioBasicProcessorHandler.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h b/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
index 77b81dd801fc7677dca8f73b189c3aa9e4f32be2..90bdb9811eb465231291a1190e0b34750d8c1af1 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
@@ -53,7 +53,8 @@ class MODULES_EXPORT AudioBasicProcessorHandler : public AudioHandler {
void initialize() final;
void uninitialize() final;
- // Called in the main thread when the number of channels for the input may have changed.
+ // Called in the main thread when the number of channels for the input may
+ // have changed.
void checkNumberOfChannelsForInput(AudioNodeInput*) final;
// Returns the number of channels for both the input and the output.

Powered by Google App Engine
This is Rietveld 408576698