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

Unified Diff: client/dom/generated/src/frog/SVGFEBlendElement.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/SVGFEBlendElement.dart
diff --git a/client/dom/generated/src/frog/SVGFEBlendElement.dart b/client/dom/generated/src/frog/SVGFEBlendElement.dart
index 3dcca983f5b2d34bc1ba2d65a9091b5a7eec4328..5d08b0c1daa717902637d9ae074eae43a97a252c 100644
--- a/client/dom/generated/src/frog/SVGFEBlendElement.dart
+++ b/client/dom/generated/src/frog/SVGFEBlendElement.dart
@@ -1,6 +1,18 @@
class SVGFEBlendElement extends SVGElement native "*SVGFEBlendElement" {
+ static final int SVG_FEBLEND_MODE_DARKEN = 4;
+
+ static final int SVG_FEBLEND_MODE_LIGHTEN = 5;
+
+ static final int SVG_FEBLEND_MODE_MULTIPLY = 2;
+
+ static final int SVG_FEBLEND_MODE_NORMAL = 1;
+
+ static final int SVG_FEBLEND_MODE_SCREEN = 3;
+
+ static final int SVG_FEBLEND_MODE_UNKNOWN = 0;
+
SVGAnimatedString in1;
SVGAnimatedString in2;
« no previous file with comments | « client/dom/generated/src/frog/SVGException.dart ('k') | client/dom/generated/src/frog/SVGFEColorMatrixElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698