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 |