| 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
|
|
|