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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.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/BiquadFilterNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
index c148a9ead96fefaf7940c1d0098ee0c177ef576b..4cba367fe16d46c9dd3dc397a7d51b98fc6786ee 100644
--- a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
@@ -40,7 +40,8 @@ class BiquadFilterNode final : public AudioNode {
DEFINE_WRAPPERTYPEINFO();
public:
- // These must be defined as in the .idl file and must match those in the BiquadProcessor class.
+ // These must be defined as in the .idl file and must match those in the
+ // BiquadProcessor class.
enum {
LOWPASS = 0,
HIGHPASS = 1,

Powered by Google App Engine
This is Rietveld 408576698