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

Unified Diff: client/dom/generated/src/interface/SVGFEConvolveMatrixElement.dart

Issue 9341007: Use 'field' syntax in dart:dom interfaces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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/interface/SVGFEConvolveMatrixElement.dart
diff --git a/client/dom/generated/src/interface/SVGFEConvolveMatrixElement.dart b/client/dom/generated/src/interface/SVGFEConvolveMatrixElement.dart
index b9eb65fc5dc9817f969450c1d2d296fb8c9b6c4f..ce5c94439dbab6690b84e192b511bf064ada80ce 100644
--- a/client/dom/generated/src/interface/SVGFEConvolveMatrixElement.dart
+++ b/client/dom/generated/src/interface/SVGFEConvolveMatrixElement.dart
@@ -14,27 +14,27 @@ interface SVGFEConvolveMatrixElement extends SVGElement, SVGFilterPrimitiveStand
static final int SVG_EDGEMODE_WRAP = 2;
- SVGAnimatedNumber get bias();
+ final SVGAnimatedNumber bias;
- SVGAnimatedNumber get divisor();
+ final SVGAnimatedNumber divisor;
- SVGAnimatedEnumeration get edgeMode();
+ final SVGAnimatedEnumeration edgeMode;
- SVGAnimatedString get in1();
+ final SVGAnimatedString in1;
- SVGAnimatedNumberList get kernelMatrix();
+ final SVGAnimatedNumberList kernelMatrix;
- SVGAnimatedNumber get kernelUnitLengthX();
+ final SVGAnimatedNumber kernelUnitLengthX;
- SVGAnimatedNumber get kernelUnitLengthY();
+ final SVGAnimatedNumber kernelUnitLengthY;
- SVGAnimatedInteger get orderX();
+ final SVGAnimatedInteger orderX;
- SVGAnimatedInteger get orderY();
+ final SVGAnimatedInteger orderY;
- SVGAnimatedBoolean get preserveAlpha();
+ final SVGAnimatedBoolean preserveAlpha;
- SVGAnimatedInteger get targetX();
+ final SVGAnimatedInteger targetX;
- SVGAnimatedInteger get targetY();
+ final SVGAnimatedInteger targetY;
}

Powered by Google App Engine
This is Rietveld 408576698