Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: third_party/WebCore/Modules/webaudio/Oscillator.idl

Issue 10993053: Roll IDL to multivm@910, Take #2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix for indexeddb Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698