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

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

Issue 2793593002: AudioWorklet prototype
Patch Set: Merge changes, AudioParam bug fix Created 3 years, 5 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/AudioWorkletThread.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
index 3bb11d69b75d60eb5ad508d97ee897f8cb98e46c..c98f22da31fa8fada7f1114e887f35e207022300 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
@@ -33,6 +33,7 @@ class MODULES_EXPORT AudioWorkletThread final : public WorkerThread {
static void CollectAllGarbage();
static void EnsureSharedBackingThread();
+ static void SetSharedBackingThread(WebThread*);
static void ClearSharedBackingThread();
static void CreateSharedBackingThreadForTest();

Powered by Google App Engine
This is Rietveld 408576698