| 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 53cf174674ad97494057bc1cd8da70c338cd3e96..883a4b1044cd9e4f7a21d944dd30b559faf44d56 100644
|
| --- a/client/dom/generated/src/frog/WebKitCSSFilterValue.dart
|
| +++ b/client/dom/generated/src/frog/WebKitCSSFilterValue.dart
|
| @@ -1,5 +1,27 @@
|
|
|
| class WebKitCSSFilterValue extends CSSValueList native "*WebKitCSSFilterValue" {
|
|
|
| + 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;
|
| +
|
| + static final int CSS_FILTER_INVERT = 6;
|
| +
|
| + static final int CSS_FILTER_OPACITY = 7;
|
| +
|
| + static final int CSS_FILTER_REFERENCE = 1;
|
| +
|
| + static final int CSS_FILTER_SATURATE = 4;
|
| +
|
| + static final int CSS_FILTER_SEPIA = 3;
|
| +
|
| + static final int CSS_FILTER_SHARPEN = 10;
|
| +
|
| int operationType;
|
| }
|
|
|