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

Unified Diff: third_party/WebKit/Source/core/svg/SVGUseElement.idl

Issue 1586623002: Eliminate use of SVG1DOM counter by final split (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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 | « third_party/WebKit/Source/core/svg/SVGSVGElement.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGUseElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.idl b/third_party/WebKit/Source/core/svg/SVGUseElement.idl
index 8580b393f96af2edcb189e265283f8f22f76aa4e..316ee3b1eb9c16721ca866bed1e1cc37d1496084 100644
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.idl
@@ -26,10 +26,10 @@
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGUseElement
interface SVGUseElement : SVGGraphicsElement {
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y;
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength width;
- [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 | « third_party/WebKit/Source/core/svg/SVGSVGElement.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698