| 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 0a6bddffa1c79dc66e3da06bf7f702dc120b344a..f52ed1f176f5df6161d9b59a710f952af88ba896 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| @@ -81,6 +81,7 @@ enum AudioParamType {
|
| ParamTypeAudioListenerUpX,
|
| ParamTypeAudioListenerUpY,
|
| ParamTypeAudioListenerUpZ,
|
| + ParamTypeConstantSourceValue,
|
| };
|
|
|
| // AudioParamHandler is an actual implementation of web-exposed AudioParam
|
|
|