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

Unified Diff: third_party/WebKit/Source/platform/audio/Biquad.h

Issue 2384073002: reflow comments in platform/audio (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/platform/audio/Biquad.h
diff --git a/third_party/WebKit/Source/platform/audio/Biquad.h b/third_party/WebKit/Source/platform/audio/Biquad.h
index 02e809de4d4f1ec667ad824a1bbd31c6ece50e88..85cd986bf6a54b296b1b283ede9ce799a6028cbd 100644
--- a/third_party/WebKit/Source/platform/audio/Biquad.h
+++ b/third_party/WebKit/Source/platform/audio/Biquad.h
@@ -87,8 +87,8 @@ class PLATFORM_EXPORT Biquad final {
double a1,
double a2);
- // If true, the filter coefficients are (possibly) time-varying due to a timeline automation on
- // at least one filter parameter.
+ // If true, the filter coefficients are (possibly) time-varying due to a
+ // timeline automation on at least one filter parameter.
bool m_hasSampleAccurateValues;
// Filter coefficients. The filter is defined as

Powered by Google App Engine
This is Rietveld 408576698