| 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 90eb184eba2b1d18481efb085daaa14734ca6c90..1e94b28cc6a1cd4c9aa731e8852820bf6e830030 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 processAudioParams(size_t framesToProcess) override;
|
| void initialize() override;
|
| void uninitialize() override;
|
|
|
|
|