| Index: third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| index 3c990a76491118d415f344b4ec6415b643a270f5..09d926005033847fca5b1d5bbf2c1e24e9dd4263 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| @@ -29,12 +29,12 @@
|
| [
|
| TypeChecking=Interface,
|
| ] interface SVGFilterElement : SVGElement {
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration filterUnits;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength width;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration filterUnits;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength x;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength y;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength width;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength height;
|
| };
|
|
|
| SVGFilterElement implements SVGURIReference;
|
|
|