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

Unified Diff: Source/modules/webaudio/RealtimeAnalyser.cpp

Issue 176683003: HRTFDatabaseLoader is not an absolute condition to run audioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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: Source/modules/webaudio/RealtimeAnalyser.cpp
diff --git a/Source/modules/webaudio/RealtimeAnalyser.cpp b/Source/modules/webaudio/RealtimeAnalyser.cpp
index 24d7b729cabe902441ddda2c9099e0677199e03f..e6460592410bb098279fdaba17053524ec96c9fe 100644
--- a/Source/modules/webaudio/RealtimeAnalyser.cpp
+++ b/Source/modules/webaudio/RealtimeAnalyser.cpp
@@ -30,7 +30,6 @@
#include "platform/audio/AudioBus.h"
#include "platform/audio/AudioUtilities.h"
-#include "platform/audio/FFTFrame.h"
Raymond Toy (Google) 2014/02/24 23:01:22 Why is this deleted? RealtimeAnalyser calls new F
KhNo 2014/02/25 02:00:25 I have move to it in header
#include "platform/audio/VectorMath.h"
#include <algorithm>

Powered by Google App Engine
This is Rietveld 408576698