| Index: third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| diff --git a/third_party/WebCore/Modules/webaudio/Oscillator.idl b/third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| index f8e2a8892ae38532f2d5ee92b58d1158a9ea0c07..452967f2824041814c9832d263f084542c650350 100644
|
| --- a/third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| +++ b/third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| @@ -50,8 +50,14 @@ module audio {
|
| readonly attribute AudioParam frequency; // in Hertz
|
| readonly attribute AudioParam detune; // in Cents
|
|
|
| + void start(in double when);
|
| + void stop(in double when);
|
| +
|
| +#if defined(ENABLE_LEGACY_WEB_AUDIO) && ENABLE_LEGACY_WEB_AUDIO
|
| void noteOn(in double when);
|
| void noteOff(in double when);
|
| +#endif
|
| +
|
| void setWaveTable(in WaveTable waveTable);
|
|
|
| };
|
|
|