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

Side by Side Diff: client/dom/generated/src/frog/TextTrackCue.dart

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class TextTrackCue native "TextTrackCue" { 2 class TextTrackCue native "*TextTrackCue" {
3 3
4 String alignment; 4 String alignment;
5 5
6 String direction; 6 String direction;
7 7
8 num endTime; 8 num endTime;
9 9
10 String id; 10 String id;
11 11
12 int linePosition; 12 int linePosition;
(...skipping 11 matching lines...) Expand all
24 TextTrack track; 24 TextTrack track;
25 25
26 DocumentFragment getCueAsHTML() native; 26 DocumentFragment getCueAsHTML() native;
27 27
28 String getCueAsSource() native; 28 String getCueAsSource() native;
29 29
30 var dartObjectLocalStorage; 30 var dartObjectLocalStorage;
31 31
32 String get typeName() native; 32 String get typeName() native;
33 } 33 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/TextTrack.dart ('k') | client/dom/generated/src/frog/TextTrackCueList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698