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

Unified Diff: Source/core/platform/audio/Panner.h

Issue 14636011: Support multiple HRTFDatabases for different sample-rates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add ASSERT(isMainThread()) Created 7 years, 7 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/core/platform/audio/HRTFPanner.cpp ('k') | Source/core/platform/audio/Panner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/Panner.h
diff --git a/Source/core/platform/audio/Panner.h b/Source/core/platform/audio/Panner.h
index f8b240e60871849f61aa81158843498f4a4d33dd..efd76d8ef46348ea8a4ba962f70c948f86e86feb 100644
--- a/Source/core/platform/audio/Panner.h
+++ b/Source/core/platform/audio/Panner.h
@@ -34,6 +34,7 @@
namespace WebCore {
class AudioBus;
+class HRTFDatabaseLoader;
// Abstract base class for panning a mono or stereo source.
@@ -47,7 +48,7 @@ public:
typedef unsigned PanningModel;
- static PassOwnPtr<Panner> create(PanningModel, float sampleRate);
+ static PassOwnPtr<Panner> create(PanningModel, float sampleRate, HRTFDatabaseLoader*);
virtual ~Panner() { };
« no previous file with comments | « Source/core/platform/audio/HRTFPanner.cpp ('k') | Source/core/platform/audio/Panner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698