summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/audio/AudioBus.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/audio/AudioBus.h')
-rw-r--r--WebCore/platform/audio/AudioBus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/audio/AudioBus.h b/WebCore/platform/audio/AudioBus.h
index 72357e8..4318b81 100644
--- a/WebCore/platform/audio/AudioBus.h
+++ b/WebCore/platform/audio/AudioBus.h
@@ -117,6 +117,8 @@ public:
// Makes maximum absolute value == 1.0 (if possible).
void normalize();
+ static PassOwnPtr<AudioBus> loadPlatformResource(const char* name, double sampleRate);
+
protected:
AudioBus() { };