| Index: third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| index 8d05d386c7950e902b0c873c6e31413dbabfae46..27de520567f3b18215966496f2544becdf6dfd53 100644
|
| --- a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| +++ b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| @@ -51,8 +51,9 @@ class PLATFORM_EXPORT MultiChannelResampler {
|
| size_t framesToProcess);
|
|
|
| private:
|
| - // FIXME: the mac port can have a more highly optimized implementation based on CoreAudio
|
| - // instead of SincResampler. For now the default implementation will be used on all ports.
|
| + // FIXME: the mac port can have a more highly optimized implementation based
|
| + // on CoreAudio instead of SincResampler. For now the default implementation
|
| + // will be used on all ports.
|
| // https://bugs.webkit.org/show_bug.cgi?id=75118
|
|
|
| // Each channel will be resampled using a high-quality SincResampler.
|
|
|