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

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

Issue 1574183002: Split SVG1DOM counter further (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/SVGUnitTypes.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl b/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl
index c46fbd5a23d2f7de7136a45f9785fd9471b6c437..2b42b509f9f0807052835d7bbe602bcbba4dd9b3 100644
--- a/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl
+++ b/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl
@@ -30,7 +30,7 @@
WillBeGarbageCollected
] interface SVGUnitTypes {
// Unit Types
- [MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_UNKNOWN = 0;
- [MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1;
- [MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
+ const unsigned short SVG_UNIT_TYPE_UNKNOWN = 0;
+ const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1;
+ const unsigned short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGURIReference.idl ('k') | third_party/WebKit/Source/core/svg/SVGZoomAndPan.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698