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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFitToViewBox.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/SVGFitToViewBox.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl
index a88d4eb477a3f627e3287930d8986ba6f91863d4..45d3d5300c8b8438a207874327dbe24f73d17300 100644
--- a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl
@@ -29,6 +29,6 @@
[
NoInterfaceObject, // Always used on target of 'implements'
] interface SVGFitToViewBox {
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedRect viewBox;
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
+ [MeasureAs=SVG1DOMFitToViewBox] readonly attribute SVGAnimatedRect viewBox;
+ [MeasureAs=SVG1DOMFitToViewBox] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
};

Powered by Google App Engine
This is Rietveld 408576698