| Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| index aea84aa2697dd34f91c933bb361d052006f7fdb3..3511f26337a2abeb5877f028383bfd16cb421327 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| @@ -56,6 +56,7 @@ class AudioSummingJunction;
|
| class BiquadFilterNode;
|
| class ChannelMergerNode;
|
| class ChannelSplitterNode;
|
| +class ConstantSourceNode;
|
| class ConvolverNode;
|
| class DelayNode;
|
| class Dictionary;
|
| @@ -151,6 +152,7 @@ public:
|
|
|
| // The AudioNode create methods are called on the main thread (from JavaScript).
|
| AudioBufferSourceNode* createBufferSource(ExceptionState&);
|
| + ConstantSourceNode* createConstantSource(ExceptionState&);
|
| MediaElementAudioSourceNode* createMediaElementSource(HTMLMediaElement*, ExceptionState&);
|
| MediaStreamAudioSourceNode* createMediaStreamSource(MediaStream*, ExceptionState&);
|
| MediaStreamAudioDestinationNode* createMediaStreamDestination(ExceptionState&);
|
|
|