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

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

Issue 2819153003: Worklet: Separate Worklet into MainThreadWorklet and ThreadedWorklet (Closed)
Patch Set: update comments Created 3 years, 8 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/AudioWorklet.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h b/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
index 8aee6a105cc3ea9b76bc8a1160b60c185a649f20..71ddc90f9aa03f9da585028c4510714b531bb74c 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
@@ -5,7 +5,7 @@
#ifndef AudioWorklet_h
#define AudioWorklet_h
-#include "core/workers/Worklet.h"
+#include "core/workers/ThreadedWorklet.h"
#include "modules/ModulesExport.h"
#include "platform/heap/Handle.h"
@@ -15,7 +15,7 @@ class LocalFrame;
class ThreadedWorkletMessagingProxy;
class WorkletGlobalScopeProxy;
-class MODULES_EXPORT AudioWorklet final : public Worklet {
+class MODULES_EXPORT AudioWorklet final : public ThreadedWorklet {
WTF_MAKE_NONCOPYABLE(AudioWorklet);
public:

Powered by Google App Engine
This is Rietveld 408576698