Index: Source/core/svg/SVGFETurbulenceElement.idl |
diff --git a/Source/core/svg/SVGFETurbulenceElement.idl b/Source/core/svg/SVGFETurbulenceElement.idl |
index 0fceef915ba19ad3a2ab658afaacbce348f977ea..bb35e24e340d78838401c30b25b5bbf19735c585 100644 |
--- a/Source/core/svg/SVGFETurbulenceElement.idl |
+++ b/Source/core/svg/SVGFETurbulenceElement.idl |
@@ -29,21 +29,21 @@ |
DoNotCheckConstants, |
] interface SVGFETurbulenceElement : SVGElement { |
// Turbulence Types |
- const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
- const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
- const unsigned short SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
// Stitch Options |
- const unsigned short SVG_STITCHTYPE_UNKNOWN = 0; |
- const unsigned short SVG_STITCHTYPE_STITCH = 1; |
- const unsigned short SVG_STITCHTYPE_NOSTITCH = 2; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_STITCHTYPE_UNKNOWN = 0; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_STITCHTYPE_STITCH = 1; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_STITCHTYPE_NOSTITCH = 2; |
- readonly attribute SVGAnimatedNumber baseFrequencyX; |
- readonly attribute SVGAnimatedNumber baseFrequencyY; |
- readonly attribute SVGAnimatedInteger numOctaves; |
- readonly attribute SVGAnimatedNumber seed; |
- readonly attribute SVGAnimatedEnumeration stitchTiles; |
- readonly attribute SVGAnimatedEnumeration type; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber baseFrequencyX; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber baseFrequencyY; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedInteger numOctaves; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber seed; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration stitchTiles; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration type; |
}; |
SVGFETurbulenceElement implements SVGFilterPrimitiveStandardAttributes; |