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

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

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.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
index bec85c2f6aa4aa482f353f5c58e142c4139c73b7..b4aa561daa51b2ccc06cfe881d34c3436613efcd 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
@@ -83,6 +83,7 @@ enum AudioParamType {
kParamTypeAudioListenerUpY,
kParamTypeAudioListenerUpZ,
kParamTypeConstantSourceValue,
+ kParamTypeAudioWorkletNode
};
// AudioParamHandler is an actual implementation of web-exposed AudioParam

Powered by Google App Engine
This is Rietveld 408576698