Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1457)

Unified Diff: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h

Issue 2889393003: Lazy initialization of the rendering thread in OfflineAudioContext (Closed)
Patch Set: Adjusting number of contexts for timed-out trybots Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698