Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(467)

Unified Diff: modules/webaudio/AudioBufferSourceNode.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/webaudio/AudioBufferSourceNode.idl
diff --git a/modules/webaudio/AudioBufferSourceNode.idl b/modules/webaudio/AudioBufferSourceNode.idl
index 36d15dc778fd08775706efc643abd9cec2fc91a4..5a817dead7d178a331bb23cbe4cd19247c8bebfa 100644
--- a/modules/webaudio/AudioBufferSourceNode.idl
+++ b/modules/webaudio/AudioBufferSourceNode.idl
@@ -48,11 +48,9 @@
[MeasureAs=WebAudioStart, ImplementedAs=startGrain] void start(double when, double grainOffset, double grainDuration);
void stop(double when);
-#if defined(ENABLE_LEGACY_WEB_AUDIO) && ENABLE_LEGACY_WEB_AUDIO
antonm1 2013/05/17 09:38:06 another ENABLE?
- attribute boolean looping; // This is an alias for the .loop attribute for backwards compatibility.
+ [DeprecateAs=WebAudioLooping, ImplementedAs=loop] attribute boolean looping; // This is an alias for the .loop attribute for backwards compatibility.
[MeasureAs=LegacyWebAudio] void noteOn(double when);
[MeasureAs=LegacyWebAudio] void noteGrainOn(double when, double grainOffset, double grainDuration);
void noteOff(double when);
-#endif
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b