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

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

Issue 2793593002: AudioWorklet prototype
Patch Set: Merge changes, AudioParam bug fix Created 3 years, 5 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 64cc1d575fa39161d2f8b3260d2c130396d932dd..7f5b9ae05c38c2af6fc82163d3730cf426cacedc 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