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

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

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/frog/SVGFEColorMatrixElement.dart
diff --git a/client/dom/generated/src/frog/SVGFEColorMatrixElement.dart b/client/dom/generated/src/frog/SVGFEColorMatrixElement.dart
index 8c881e54baf32d2d784f8dfed4761024f0836f1a..39ee9713da24c62e06c7f45cbc127b8c708e366f 100644
--- a/client/dom/generated/src/frog/SVGFEColorMatrixElement.dart
+++ b/client/dom/generated/src/frog/SVGFEColorMatrixElement.dart
@@ -1,6 +1,16 @@
class SVGFEColorMatrixElement extends SVGElement native "*SVGFEColorMatrixElement" {
+ static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3;
+
+ static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4;
+
+ static final int SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
+
+ static final int SVG_FECOLORMATRIX_TYPE_SATURATE = 2;
+
+ static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
+
SVGAnimatedString in1;
SVGAnimatedEnumeration type;
« no previous file with comments | « client/dom/generated/src/frog/SVGFEBlendElement.dart ('k') | client/dom/generated/src/frog/SVGFECompositeElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698