| Index: third_party/WebKit/Source/platform/audio/Reverb.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/Reverb.h b/third_party/WebKit/Source/platform/audio/Reverb.h
|
| index f29b8a42b624c4fc1b1c45fd26cfa76e77a31b6b..e720f271302eb87fa457e235844a0b4c1f7b92ba 100644
|
| --- a/third_party/WebKit/Source/platform/audio/Reverb.h
|
| +++ b/third_party/WebKit/Source/platform/audio/Reverb.h
|
| @@ -74,6 +74,9 @@ class PLATFORM_EXPORT Reverb {
|
| bool useBackgroundThreads);
|
|
|
| size_t m_impulseResponseLength;
|
| + // The actual number of channels in the response. This can be less
|
| + // than the number of ReverbConvolver's.
|
| + unsigned m_numberOfChannels;
|
|
|
| Vector<std::unique_ptr<ReverbConvolver>> m_convolvers;
|
|
|
|
|