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

Unified Diff: client/dom/generated/src/wrapping/_AudioContextWrappingImplementation.dart

Issue 8889042: Turn on ENABLE_VIDEO to enable AudioContext.createMediaElementSource (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: client/dom/generated/src/wrapping/_AudioContextWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_AudioContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_AudioContextWrappingImplementation.dart
index e0dfeacc624ab5dfa701dcead9b6f72d64046aa9..4dafcfb2a7f16ea6c8a29c20a3fb529938219943 100644
--- a/client/dom/generated/src/wrapping/_AudioContextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_AudioContextWrappingImplementation.dart
@@ -88,6 +88,11 @@ class _AudioContextWrappingImplementation extends DOMWrapperBase implements Audi
}
static LowPass2FilterNode _createLowPass2Filter(receiver) native;
+ MediaElementAudioSourceNode createMediaElementSource(HTMLMediaElement mediaElement) {
+ return _createMediaElementSource(this, mediaElement);
+ }
+ static MediaElementAudioSourceNode _createMediaElementSource(receiver, mediaElement) native;
+
AudioPannerNode createPanner() {
return _createPanner(this);
}

Powered by Google App Engine
This is Rietveld 408576698