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

Side by Side Diff: client/dom/generated/src/frog/SVGFEConvolveMatrixElement.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 SVGFEConvolveMatrixElement extends SVGElement native "SVGFEConvolveMatrixE lement" { 2 class SVGFEConvolveMatrixElement extends SVGElement native "*SVGFEConvolveMatrix Element" {
3 3
4 SVGAnimatedNumber bias; 4 SVGAnimatedNumber bias;
5 5
6 SVGAnimatedNumber divisor; 6 SVGAnimatedNumber divisor;
7 7
8 SVGAnimatedEnumeration edgeMode; 8 SVGAnimatedEnumeration edgeMode;
9 9
10 SVGAnimatedString in1; 10 SVGAnimatedString in1;
11 11
12 SVGAnimatedNumberList kernelMatrix; 12 SVGAnimatedNumberList kernelMatrix;
(...skipping 25 matching lines...) Expand all
38 SVGAnimatedLength y; 38 SVGAnimatedLength y;
39 39
40 // From SVGStylable 40 // From SVGStylable
41 41
42 SVGAnimatedString className; 42 SVGAnimatedString className;
43 43
44 CSSStyleDeclaration style; 44 CSSStyleDeclaration style;
45 45
46 CSSValue getPresentationAttribute(String name) native; 46 CSSValue getPresentationAttribute(String name) native;
47 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698