| 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 b09c9cc60d2fdb45ffd793d5f128eb02a7534b7d..e3195c9645b92a118af17765451e27235f39a652 100644
|
| --- a/client/dom/generated/src/interface/WebKitCSSFilterValue.dart
|
| +++ b/client/dom/generated/src/interface/WebKitCSSFilterValue.dart
|
| @@ -6,14 +6,12 @@
|
|
|
| interface WebKitCSSFilterValue extends CSSValueList {
|
|
|
| - 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;
|
| @@ -28,5 +26,7 @@ interface WebKitCSSFilterValue extends CSSValueList {
|
|
|
| static final int CSS_FILTER_SEPIA = 3;
|
|
|
| + static final int CSS_FILTER_SHARPEN = 10;
|
| +
|
| int get operationType();
|
| }
|
|
|