| Index: third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| index 4e3afbdfa98ce67f268af94b949a3ec3c53f0389..80095a5a1ba9f152a095f029da0fb4ab002b5191 100644
|
| --- a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| +++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| @@ -74,6 +74,8 @@ class PLATFORM_EXPORT DynamicsCompressorKernel {
|
|
|
| float MeteringGain() const { return metering_gain_; }
|
|
|
| + double TailTime() const;
|
| +
|
| protected:
|
| float sample_rate_;
|
|
|
|
|