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

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

Issue 1479863003: Split shape related measurements from SVG1DOM counter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month 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/SVGPolygonElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl b/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl
index 21458aebe91f6ae05e8dc0f8fbea45aff31bc795..5428f6fedcd3f741500c5d787bf129f2cb8d6530 100644
--- a/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl
@@ -29,6 +29,6 @@ interface SVGPolygonElement : SVGGeometryElement {
// TODO(philipj): points and animatedPoints be on the SVGAnimatedPoints
// interface which SVGPolygonElement should implement:
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGAnimatedPoints
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGPointList animatedPoints;
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints;
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGLineElement.idl ('k') | third_party/WebKit/Source/core/svg/SVGPolylineElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698