Index: third_party/WebKit/Source/modules/webaudio/PannerNode.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.h b/third_party/WebKit/Source/modules/webaudio/PannerNode.h |
index d6c27c98da281cf1b8585f72424fae50505a2a0e..8d90c8a960e243d6c7bd6b506410899e085efe10 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/PannerNode.h |
+++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.h |
@@ -75,6 +75,7 @@ class PannerHandler final : public AudioHandler { |
void processSampleAccurateValues(AudioBus* destination, |
const AudioBus* source, |
size_t framesToProcess); |
+ void processOnlyAudioParams(size_t framesToProcess) override; |
void initialize() override; |
void uninitialize() override; |