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

Unified Diff: modules/webaudio/AudioContext.idl

Issue 15685002: IDL roll. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 7 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: modules/webaudio/AudioContext.idl
===================================================================
--- modules/webaudio/AudioContext.idl (revision 22811)
+++ modules/webaudio/AudioContext.idl (working copy)
@@ -55,10 +55,8 @@
[RaisesException] MediaElementAudioSourceNode createMediaElementSource(HTMLMediaElement mediaElement);
-#if defined(ENABLE_MEDIA_STREAM) && ENABLE_MEDIA_STREAM
[RaisesException] MediaStreamAudioSourceNode createMediaStreamSource(MediaStream mediaStream);
MediaStreamAudioDestinationNode createMediaStreamDestination();
-#endif
// Processing nodes
GainNode createGain();
« no previous file with comments | « modules/speech/SpeechRecognitionResultList.idl ('k') | modules/webaudio/MediaStreamAudioDestinationNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698