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

Unified Diff: modules/webaudio/OscillatorNode.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/webaudio/OfflineAudioContext.idl ('k') | modules/webaudio/PannerNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webaudio/OscillatorNode.idl
diff --git a/modules/webaudio/OscillatorNode.idl b/modules/webaudio/OscillatorNode.idl
index 158d0c36eff238461b3c4565a42dce54befc0a3a..46fd04488895f4d9bad0845b1158b60fcf675a0a 100644
--- a/modules/webaudio/OscillatorNode.idl
+++ b/modules/webaudio/OscillatorNode.idl
@@ -53,6 +53,7 @@
void noteOn(double when);
void noteOff(double when);
- void setWaveTable(WaveTable waveTable);
+ void setPeriodicWave(PeriodicWave periodicWave);
+ attribute EventListener onended;
};
« no previous file with comments | « modules/webaudio/OfflineAudioContext.idl ('k') | modules/webaudio/PannerNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698