| Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| index 6eb2259f6e5b8920d4ea5335eec0198d2e711c68..659da125fa3ed0976d027d85fa86fa15811769fa 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| @@ -60,6 +60,9 @@ public:
|
|
|
| size_t renderQuantumFrames() const { return renderQuantumSize; }
|
|
|
| + void setChannelCount(unsigned long, ExceptionState&) final;
|
| + void setChannelCountMode(const String&, ExceptionState&) final;
|
| +
|
| WebThread* offlineRenderThread();
|
|
|
| private:
|
| @@ -116,6 +119,7 @@ private:
|
| };
|
|
|
| class OfflineAudioDestinationNode final : public AudioDestinationNode {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static OfflineAudioDestinationNode* create(BaseAudioContext*, AudioBuffer* renderTarget);
|
|
|
|
|