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

Unified Diff: core/svg/SVGEllipseElement.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/SVGElement.idl ('k') | core/svg/SVGFEBlendElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGEllipseElement.idl
diff --git a/core/svg/SVGEllipseElement.idl b/core/svg/SVGEllipseElement.idl
index 3b431db0f65360b9409890d323b69efa03385d00..08750c644a34386c2496f459c2802951e2b009a0 100644
--- a/core/svg/SVGEllipseElement.idl
+++ b/core/svg/SVGEllipseElement.idl
@@ -26,8 +26,8 @@
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGEllipseElement
interface SVGEllipseElement : SVGGeometryElement {
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength cx;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength cy;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength rx;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength ry;
+ [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength cx;
+ [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength cy;
+ [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength rx;
+ [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength ry;
};
« no previous file with comments | « core/svg/SVGElement.idl ('k') | core/svg/SVGFEBlendElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698