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

Unified Diff: core/svg/SVGRadialGradientElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/svg/SVGPreserveAspectRatio.idl ('k') | core/svg/SVGRect.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGRadialGradientElement.idl
diff --git a/core/svg/SVGRadialGradientElement.idl b/core/svg/SVGRadialGradientElement.idl
index 71bd0bd9f1e9470aa5c347e05c74f78f3fd853d8..16a496b226b133ecf52bc1999a26b4256ea9c836 100644
--- a/core/svg/SVGRadialGradientElement.idl
+++ b/core/svg/SVGRadialGradientElement.idl
@@ -26,10 +26,10 @@
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGRadialGradientElement
interface SVGRadialGradientElement : SVGGradientElement {
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength cx;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength cy;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength r;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength fx;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength fy;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength fr;
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cx;
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cy;
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength r;
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fx;
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fy;
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fr;
};
« no previous file with comments | « core/svg/SVGPreserveAspectRatio.idl ('k') | core/svg/SVGRect.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698