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

Unified Diff: third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.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/WaveShaperDSPKernel.h
diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h b/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h
index a770064d8009d59ed5627783875352438985baa3..b9f4ba172d4b899c86d8e0fcd94f2858bbb4aca8 100644
--- a/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h
+++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h
@@ -37,7 +37,8 @@ namespace blink {
class WaveShaperProcessor;
-// WaveShaperDSPKernel is an AudioDSPKernel and is responsible for non-linear distortion on one channel.
+// WaveShaperDSPKernel is an AudioDSPKernel and is responsible for non-linear
+// distortion on one channel.
class WaveShaperDSPKernel final : public AudioDSPKernel {
public:
@@ -51,7 +52,8 @@ class WaveShaperDSPKernel final : public AudioDSPKernel {
double tailTime() const override { return 0; }
double latencyTime() const override;
- // Oversampling requires more resources, so let's only allocate them if needed.
+ // Oversampling requires more resources, so let's only allocate them if
+ // needed.
void lazyInitializeOversampling();
protected:

Powered by Google App Engine
This is Rietveld 408576698