| 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
|
|
|