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

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

Issue 2134813002: Implement ConstantSourceNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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 7b5d734f29aa61e14385addb844214c5e86eebc9..2e33ec2772576d5e72b493cecf625ac798ba0859 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp
@@ -134,6 +134,8 @@ String AudioParamHandler::getParamName() const
return "AudioListener.upY";
case ParamTypeAudioListenerUpZ:
return "AudioListener.upZ";
+ case ParamTypeConstantSourceValue:
+ return "ConstantSource.sourceValue";
};
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698