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

Unified Diff: client/dom/generated/src/frog/SVGColor.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/SVGColor.dart
diff --git a/client/dom/generated/src/frog/SVGColor.dart b/client/dom/generated/src/frog/SVGColor.dart
index 2f9f97c7a844539e4e2fb6f01e815327f3473461..9f6cb939fe6824174f13d8e8aa22b4b16a288eed 100644
--- a/client/dom/generated/src/frog/SVGColor.dart
+++ b/client/dom/generated/src/frog/SVGColor.dart
@@ -1,6 +1,14 @@
class SVGColor extends CSSValue native "*SVGColor" {
+ static final int SVG_COLORTYPE_CURRENTCOLOR = 3;
+
+ static final int SVG_COLORTYPE_RGBCOLOR = 1;
+
+ static final int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;
+
+ static final int SVG_COLORTYPE_UNKNOWN = 0;
+
int colorType;
RGBColor rgbColor;
« no previous file with comments | « client/dom/generated/src/frog/SVGAngle.dart ('k') | client/dom/generated/src/frog/SVGComponentTransferFunctionElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698