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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioParam.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/AudioParam.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp b/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp
index 4b898641f7a2e223e23d072930b0735cf5aff4a6..92b3694ddbb0ab2b861e83bb2929f345f6754495 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp
@@ -137,6 +137,8 @@ String AudioParamHandler::GetParamName() const {
return "AudioListener.upZ";
case kParamTypeConstantSourceValue:
return "ConstantSource.sourceValue";
+ case kParamTypeAudioWorkletNode:
+ return "AudioWorkletNode.param";
};
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698