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

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

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.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
index 1afd6b33e57133e6dc8376d519b3ebd442571a85..3693c40251604e44fcd1a1234d53f90aee05c462 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
@@ -80,6 +80,7 @@ enum AudioParamType {
ParamTypeAudioListenerUpX,
ParamTypeAudioListenerUpY,
ParamTypeAudioListenerUpZ,
+ ParamTypeConstantSourceValue,
};
// AudioParamHandler is an actual implementation of web-exposed AudioParam

Powered by Google App Engine
This is Rietveld 408576698