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

Unified Diff: third_party/WebKit/Source/core/svg/SVGClipPathElement.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
Index: third_party/WebKit/Source/core/svg/SVGClipPathElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl b/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl
index 9c2429d3008c853a267f8abb00200014ce27bed0..543feac1257f1f3e477e0a8c4caad78b729a367d 100644
--- a/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl
@@ -30,5 +30,5 @@
// implement SVGUnitTypes. The transform attribute (which is on
// SVGGraphicsElement) should also be on SVGClipPathElement.
interface SVGClipPathElement : SVGGraphicsElement {
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits;
+ [Measure] readonly attribute SVGAnimatedEnumeration clipPathUnits;
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAElement.idl ('k') | third_party/WebKit/Source/core/svg/SVGCursorElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698