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

Unified Diff: core/svg/SVGUseElement.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/SVGUnitTypes.idl ('k') | core/svg/SVGViewElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGUseElement.idl
diff --git a/core/svg/SVGUseElement.idl b/core/svg/SVGUseElement.idl
index 03065a45e38a50c0515e9295743be6cc6f307eb8..316ee3b1eb9c16721ca866bed1e1cc37d1496084 100644
--- a/core/svg/SVGUseElement.idl
+++ b/core/svg/SVGUseElement.idl
@@ -26,10 +26,10 @@
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGUseElement
interface SVGUseElement : SVGGraphicsElement {
- [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;
+ [MeasureAs=SVG1DOMUseElement] readonly attribute SVGAnimatedLength x;
+ [MeasureAs=SVG1DOMUseElement] readonly attribute SVGAnimatedLength y;
+ [MeasureAs=SVG1DOMUseElement] readonly attribute SVGAnimatedLength width;
+ [MeasureAs=SVG1DOMUseElement] readonly attribute SVGAnimatedLength height;
};
SVGUseElement implements SVGURIReference;
« no previous file with comments | « core/svg/SVGUnitTypes.idl ('k') | core/svg/SVGViewElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698