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

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

Issue 2793593002: AudioWorklet prototype
Patch Set: Rebase after ThreadedWorkletMessaginProxy change 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/AudioWorkletThread.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
index 93a091de2561e11555b6cf5a7793bd09296343d9..4e0c284a5ef53f340368ff1bd960a65958cbba4e 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