Index: third_party/WebKit/Source/core/svg/SVGPatternElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.idl b/third_party/WebKit/Source/core/svg/SVGPatternElement.idl |
index ed12421a8b03d1b35add5c71c8166bae5af8d8e2..76fd7bf5aa92a4179c896b4bb6c2303d60705274 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPatternElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.idl |
@@ -26,13 +26,13 @@ |
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGPatternElement |
interface SVGPatternElement : SVGElement { |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedEnumeration patternUnits; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedEnumeration patternContentUnits; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedTransformList patternTransform; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength x; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength y; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength width; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength height; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedEnumeration patternUnits; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedEnumeration patternContentUnits; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedTransformList patternTransform; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength x; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength y; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength width; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength height; |
}; |
SVGPatternElement implements SVGFitToViewBox; |