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

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

Issue 11098032: Roll IDL to multivm@937 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
Index: third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl
diff --git a/third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl b/third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl
index ef5a3414bf7852e1fbb90b880ec287a566f09833..714d1492e56b4f4182406ce620166fb02238f924 100644
--- a/third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl
+++ b/third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl
@@ -45,7 +45,6 @@ module audio {
attribute boolean looping; // This is an alias for the .loop attribute for backwards compatibility.
[V8MeasureAs=WebAudioStart] void start(in double when);
- // FIXME: unfork
[V8MeasureAs=WebAudioStart, ImplementedAs=startGrain] void start(in double when, in double grainOffset, in double grainDuration);
void stop(in double when);
« no previous file with comments | « third_party/WebCore/Modules/mediastream/RTCStatsResponse.idl ('k') | third_party/WebCore/Modules/websockets/WebSocket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698