Chromium Code Reviews| Index: Source/core/css/CSSRegion.idl |
| diff --git a/Source/core/css/WebKitCSSFilterRule.idl b/Source/core/css/CSSRegion.idl |
| similarity index 85% |
| copy from Source/core/css/WebKitCSSFilterRule.idl |
| copy to Source/core/css/CSSRegion.idl |
| index 09a3176335906a3747d3a10995710e82e0225207..c3f22a0e5c8c19b47962f33daa91c9abb3a18391 100644 |
| --- a/Source/core/css/WebKitCSSFilterRule.idl |
| +++ b/Source/core/css/CSSRegion.idl |
| @@ -28,9 +28,9 @@ |
| */ |
| [ |
| - ImplementedAs=CSSFilterRule |
| -] interface WebKitCSSFilterRule : CSSRule { |
| - readonly attribute CSSStyleDeclaration style; |
| - |
| - // FIXME: We should expose the filter name once the CSSOM for the @filter rule is specified. |
| -}; |
| + NoInterfaceObject, |
| + CustomToV8 |
| +] interface CSSRegion { |
| + [PerWorldBindings] readonly attribute DOMString webkitRegionOverset; |
| + sequence<Range> webkitGetRegionFlowRanges(); |
|
abarth-chromium
2013/10/25 16:56:20
No webkit prefixes, please.
|
| +}; |