| 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;
|
| }
|
|
|