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

Unified Diff: client/dom/frog/frog_dom.dart

Issue 8873008: Added constructor for AudioContext for dartc and frog (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/frog/frog_dom.dart
diff --git a/client/dom/frog/frog_dom.dart b/client/dom/frog/frog_dom.dart
index 6295315b6850b3bf89f4974b28b90e0cc8e24362..b8f00eb14bc5c8132ed04f202ac60f42084b2860 100644
--- a/client/dom/frog/frog_dom.dart
+++ b/client/dom/frog/frog_dom.dart
@@ -112,6 +112,8 @@ class AudioChannelSplitter extends AudioNode native "*AudioChannelSplitter" {
}
class AudioContext native "*AudioContext" {
+ AudioContext() native;
+
num currentTime;
« no previous file with comments | « no previous file | client/dom/generated/src/frog/AudioContext.dart » ('j') | client/dom/generated/src/frog/AudioContext.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698