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