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

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

Issue 2448863002: [DO NOT COMMIT] WorkletThreadHolader (Closed)
Patch Set: remove CORE_EXPORT Created 4 years, 2 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 df7683c46d04aee5d3cbd4949197d8a2943d2845..196e486b90b31fe6a4850db684ac027805ba4bd4 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
@@ -36,8 +36,6 @@ class MODULES_EXPORT AudioWorkletThread final : public WorkerThread {
static void collectAllGarbage();
static void ensureSharedBackingThread();
- static void createSharedBackingThreadForTest();
-
static void clearSharedBackingThread();
protected:

Powered by Google App Engine
This is Rietveld 408576698