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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h

Issue 2727733002: Implement AudioWorkletProcessor interface (Closed)
Patch Set: Addressing feedback from rtoy@ Created 3 years, 9 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/core/workers/ThreadedWorkletGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
index 2836af7638ddfc90e72139c0b34e205bac875610..28cba8fe78ad14e9044b55fac1cf295d124e1ed9 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
@@ -15,7 +15,7 @@ class WorkerThread;
class CORE_EXPORT ThreadedWorkletGlobalScope : public WorkletGlobalScope {
public:
~ThreadedWorkletGlobalScope() override;
- void dispose() final;
+ void dispose() override;
void countFeature(UseCounter::Feature) final;
void countDeprecation(UseCounter::Feature) final;
« no previous file with comments | « third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.cpp ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698