Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: core/svg/SVGPatternElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/svg/SVGPathSegMovetoRel.idl ('k') | core/svg/SVGPoint.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGPatternElement.idl
diff --git a/core/svg/SVGPatternElement.idl b/core/svg/SVGPatternElement.idl
index 45edd46c658004e87f2b78ff75e61746d4960dea..76fd7bf5aa92a4179c896b4bb6c2303d60705274 100644
--- a/core/svg/SVGPatternElement.idl
+++ b/core/svg/SVGPatternElement.idl
@@ -26,13 +26,13 @@
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGPatternElement
interface SVGPatternElement : SVGElement {
- readonly attribute SVGAnimatedEnumeration patternUnits;
- readonly attribute SVGAnimatedEnumeration patternContentUnits;
- readonly attribute SVGAnimatedTransformList patternTransform;
- readonly attribute SVGAnimatedLength x;
- readonly attribute SVGAnimatedLength y;
- readonly attribute SVGAnimatedLength width;
- 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;
« no previous file with comments | « core/svg/SVGPathSegMovetoRel.idl ('k') | core/svg/SVGPoint.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698