| Index: third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h b/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h
|
| index 021135f4cbc343cb96c298b4060ed689566aa739..a45c31074ee84dbaaa9b3b2c033a4bfb2d25f4d4 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h
|
| @@ -42,6 +42,8 @@ class ChannelSplitterHandler final : public AudioHandler {
|
|
|
| // AudioHandler
|
| void process(size_t framesToProcess) override;
|
| + void setChannelCount(unsigned long, ExceptionState&) final;
|
| + void setChannelCountMode(const String&, ExceptionState&) final;
|
|
|
| private:
|
| ChannelSplitterHandler(AudioNode&,
|
|
|