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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioNode.cpp

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/AudioNode.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNode.cpp b/third_party/WebKit/Source/modules/webaudio/AudioNode.cpp
index 657228a8b6f86e9945b33edb377c80ac6fc581a7..0fcca4ffc7066b84dd35140c1d47c2e87066ccc4 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.cpp
@@ -151,6 +151,8 @@ String AudioHandler::NodeTypeName() const {
return "DynamicsCompressorNode";
case kNodeTypeWaveShaper:
return "WaveShaperNode";
+ case kNodeTypeAudioWorklet:
+ return "AudioWorkletNode";
case kNodeTypeUnknown:
case kNodeTypeEnd:
default:

Powered by Google App Engine
This is Rietveld 408576698