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

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

Issue 9103001: Revert "Refresh dart:dom" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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/frog/WebKitCSSFilterValue.dart
diff --git a/client/dom/generated/src/frog/WebKitCSSFilterValue.dart b/client/dom/generated/src/frog/WebKitCSSFilterValue.dart
index bacde82b1abc24e7717e197cc4fa9a426e3ec670..883a4b1044cd9e4f7a21d944dd30b559faf44d56 100644
--- a/client/dom/generated/src/frog/WebKitCSSFilterValue.dart
+++ b/client/dom/generated/src/frog/WebKitCSSFilterValue.dart
@@ -1,14 +1,12 @@
class WebKitCSSFilterValue extends CSSValueList native "*WebKitCSSFilterValue" {
- static final int CSS_FILTER_BLUR = 10;
-
- static final int CSS_FILTER_BRIGHTNESS = 8;
-
- static final int CSS_FILTER_CONTRAST = 9;
+ static final int CSS_FILTER_BLUR = 9;
static final int CSS_FILTER_DROP_SHADOW = 11;
+ static final int CSS_FILTER_GAMMA = 8;
+
static final int CSS_FILTER_GRAYSCALE = 2;
static final int CSS_FILTER_HUE_ROTATE = 5;
@@ -23,5 +21,7 @@ class WebKitCSSFilterValue extends CSSValueList native "*WebKitCSSFilterValue" {
static final int CSS_FILTER_SEPIA = 3;
+ static final int CSS_FILTER_SHARPEN = 10;
+
int operationType;
}
« no previous file with comments | « client/dom/generated/src/frog/WebGLLoseContext.dart ('k') | client/dom/generated/src/frog/WebKitLoseContext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698