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

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

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues 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/interface/WebKitCSSFilterValue.dart
diff --git a/client/dom/generated/src/interface/WebKitCSSFilterValue.dart b/client/dom/generated/src/interface/WebKitCSSFilterValue.dart
index e3195c9645b92a118af17765451e27235f39a652..b09c9cc60d2fdb45ffd793d5f128eb02a7534b7d 100644
--- a/client/dom/generated/src/interface/WebKitCSSFilterValue.dart
+++ b/client/dom/generated/src/interface/WebKitCSSFilterValue.dart
@@ -6,11 +6,13 @@
interface WebKitCSSFilterValue extends CSSValueList {
- static final int CSS_FILTER_BLUR = 9;
+ static final int CSS_FILTER_BLUR = 10;
- static final int CSS_FILTER_DROP_SHADOW = 11;
+ static final int CSS_FILTER_BRIGHTNESS = 8;
+
+ static final int CSS_FILTER_CONTRAST = 9;
- static final int CSS_FILTER_GAMMA = 8;
+ static final int CSS_FILTER_DROP_SHADOW = 11;
static final int CSS_FILTER_GRAYSCALE = 2;
@@ -26,7 +28,5 @@ interface WebKitCSSFilterValue extends CSSValueList {
static final int CSS_FILTER_SEPIA = 3;
- static final int CSS_FILTER_SHARPEN = 10;
-
int get operationType();
}
« no previous file with comments | « client/dom/generated/src/interface/WebGLLoseContext.dart ('k') | client/dom/generated/src/interface/WebKitLoseContext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698