| Index: third_party/WebKit/Source/platform/audio/StereoPanner.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/StereoPanner.cpp b/third_party/WebKit/Source/platform/audio/StereoPanner.cpp
|
| index d694116e42ea4f7293c4db1780197698d435c225..0139a11d2770c6b3cd464b1572c74db221f8df02 100644
|
| --- a/third_party/WebKit/Source/platform/audio/StereoPanner.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/StereoPanner.cpp
|
| @@ -3,10 +3,11 @@
|
| // found in the LICENSE file.
|
|
|
| #include "platform/audio/StereoPanner.h"
|
| +
|
| +#include <algorithm>
|
| #include "platform/audio/AudioBus.h"
|
| #include "platform/audio/AudioUtilities.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include <algorithm>
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| // Use a 50ms smoothing / de-zippering time-constant.
|
| const float SmoothingTimeConstant = 0.050f;
|
|
|