| 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 0efe1bb3a3a7783ab4e6c45c0b10573e6d35c6d1..ee3f6ee3899a1e8d9b4c03d2453bef668f8336c8 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| @@ -73,6 +73,7 @@ class OfflineAudioDestinationHandler final : public AudioDestinationHandler {
|
| return AudioUtilities::kRenderQuantumFrames;
|
| }
|
|
|
| + void InitializeOfflineRenderThread();
|
| WebThread* OfflineRenderThread();
|
|
|
| private:
|
|
|