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

Side by Side Diff: client/dom/generated/src/frog/HTMLMarqueeElement.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 HTMLMarqueeElement extends HTMLElement native "HTMLMarqueeElement" { 2 class HTMLMarqueeElement extends HTMLElement native "*HTMLMarqueeElement" {
3 3
4 String behavior; 4 String behavior;
5 5
6 String bgColor; 6 String bgColor;
7 7
8 String direction; 8 String direction;
9 9
10 String height; 10 String height;
11 11
12 int hspace; 12 int hspace;
13 13
14 int loop; 14 int loop;
15 15
16 int scrollAmount; 16 int scrollAmount;
17 17
18 int scrollDelay; 18 int scrollDelay;
19 19
20 bool trueSpeed; 20 bool trueSpeed;
21 21
22 int vspace; 22 int vspace;
23 23
24 String width; 24 String width;
25 25
26 void start() native; 26 void start() native;
27 27
28 void stop() native; 28 void stop() native;
29 } 29 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLMapElement.dart ('k') | client/dom/generated/src/frog/HTMLMediaElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698