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

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

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
« no previous file with comments | « Source/modules/webaudio/PannerNode.cpp ('k') | Source/modules/webaudio/RealtimeAnalyser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/RealtimeAnalyser.h
diff --git a/Source/modules/webaudio/RealtimeAnalyser.h b/Source/modules/webaudio/RealtimeAnalyser.h
index f599e55b6555b42f3068cd91f6f647fd2c89bb60..3a422aa2840cf370c0a3e7f0425fdd1cb35a1e7b 100644
--- a/Source/modules/webaudio/RealtimeAnalyser.h
+++ b/Source/modules/webaudio/RealtimeAnalyser.h
@@ -26,6 +26,7 @@
#define RealtimeAnalyser_h
#include "platform/audio/AudioArray.h"
+#include "platform/audio/FFTFrame.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
#include "wtf/OwnPtr.h"
@@ -33,7 +34,6 @@
namespace WebCore {
class AudioBus;
-class FFTFrame;
class RealtimeAnalyser FINAL {
WTF_MAKE_NONCOPYABLE(RealtimeAnalyser);
« no previous file with comments | « Source/modules/webaudio/PannerNode.cpp ('k') | Source/modules/webaudio/RealtimeAnalyser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698