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

Unified Diff: client/dom/generated/src/frog/HTMLMediaElement.dart

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues Created 8 years, 12 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: client/dom/generated/src/frog/HTMLMediaElement.dart
diff --git a/client/dom/generated/src/frog/HTMLMediaElement.dart b/client/dom/generated/src/frog/HTMLMediaElement.dart
index 1b51797675c988ce7bf7e9d7f324a53d2bc5c7f7..1be6353a0a8c35d64ee1da20fc773598ab167a52 100644
--- a/client/dom/generated/src/frog/HTMLMediaElement.dart
+++ b/client/dom/generated/src/frog/HTMLMediaElement.dart
@@ -35,6 +35,8 @@ class HTMLMediaElement extends HTMLElement native "HTMLMediaElement" {
TimeRanges buffered;
+ MediaController controller;
+
bool controls;
String currentSrc;
@@ -55,6 +57,8 @@ class HTMLMediaElement extends HTMLElement native "HTMLMediaElement" {
bool loop;
+ String mediaGroup;
+
bool muted;
int networkState;
@@ -77,6 +81,8 @@ class HTMLMediaElement extends HTMLElement native "HTMLMediaElement" {
num startTime;
+ TextTrackList textTracks;
+
num volume;
int webkitAudioDecodedByteCount;
« no previous file with comments | « client/dom/generated/src/frog/HTMLLegendElement.dart ('k') | client/dom/generated/src/frog/HTMLOListElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698