| 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() { };
|
|
|
|
|