Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(883)

Unified Diff: third_party/WebKit/Source/platform/audio/StereoPanner.cpp

Issue 2795943002: Rewrite references to "wtf/" to "platform/wtf/" in platform/audio. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/platform/audio/StereoPanner.h ('k') | third_party/WebKit/Source/platform/audio/UpSampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698